Focal Point
Creating and Index for a Hold file

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2841087331

June 09, 2004, 11:14 PM
Stephen
Creating and Index for a Hold file
How do I create an indexed field when creating a hold file ?

I want to create an index on a field in the hold file when the hold file is created.

Here is my command ...

ON TABLE HOLD AS TEMP FORMAT FOCUS

Thanks
Stephen
June 10, 2004, 01:11 AM
TerryW
Just add the word 'INDEX' followed by the fieldname(s) you want to index.

ON TABLE HOLD AS TEMP FORMAT FOCUS INDEX FIELDNAME
June 10, 2004, 04:20 PM
Stephen
Thanks, that worked great.