M
Mike P
I have a table that has two fields, CusID (text) & PurchaseDate (date), I
would like to use for searching. I am getting security errors on the Seek,
so I seem to be forced to use Find… which can only handle a single field not
two. Also, I am getting a type mismatch on trying to build the index since I
am attempting to combine a text and date field.
I realize I can do a SQL on the CusID, then a Find!PurchaseDate on the date.
This is just taking much longer and is more combursome than if I could just
do a Seek CusID & PurchaseDate.
Can I create a two field index on them and then do a seek command??? If so,
can you please provide me the syntax.
Thx,
Mike P.
would like to use for searching. I am getting security errors on the Seek,
so I seem to be forced to use Find… which can only handle a single field not
two. Also, I am getting a type mismatch on trying to build the index since I
am attempting to combine a text and date field.
I realize I can do a SQL on the CusID, then a Find!PurchaseDate on the date.
This is just taking much longer and is more combursome than if I could just
do a Seek CusID & PurchaseDate.
Can I create a two field index on them and then do a seek command??? If so,
can you please provide me the syntax.
Thx,
Mike P.