G
Guest
I have created an index on 3 fields. It is a multi-field index and I'd like
to use it to access records in the database. However, I need help with the
query.
Is there a select statement that can be used?
My index name is idxPrimary
Do I do something like Select * from MyTable where idxPrimary = ?????
If so, I'm not sure what the ????? is. I need some help with this.
I'm actually writing some VB to access the database, and originally tried to
code it but all the examples were for using DAO and since I'm using ADO, I
never was able to figure out how to properly do it. So I gave up and through
that I'd try just entering the Select statement to access the database using
the multi-field index.
Any knowledge on this out there?
to use it to access records in the database. However, I need help with the
query.
Is there a select statement that can be used?
My index name is idxPrimary
Do I do something like Select * from MyTable where idxPrimary = ?????
If so, I'm not sure what the ????? is. I need some help with this.
I'm actually writing some VB to access the database, and originally tried to
code it but all the examples were for using DAO and since I'm using ADO, I
never was able to figure out how to properly do it. So I gave up and through
that I'd try just entering the Select statement to access the database using
the multi-field index.
Any knowledge on this out there?