G
Guest
basically i have a table consisting of records that contain a date, location,
contract #, and a few more fields containing initials (initials could appear
more than once).
I just want a query that will display all the records in which a certain set
of initials are ANYWHERE in that particular record. for example purposes ill
use the initals "JLG". this is what i want to do.
for (i=0; i < # of Records ; i++)
if (any field in Record = "JLG")
Display this record in the query
does this make any sense?
thanks!
contract #, and a few more fields containing initials (initials could appear
more than once).
I just want a query that will display all the records in which a certain set
of initials are ANYWHERE in that particular record. for example purposes ill
use the initals "JLG". this is what i want to do.
for (i=0; i < # of Records ; i++)
if (any field in Record = "JLG")
Display this record in the query
does this make any sense?
thanks!