W
WSF
Access97
I have a data table (linked to the Front end mdb) where each record has a
unique job number [JobNo] field (indexed) in the table [tblJobData]. It
currently has approx 300k records.
From the Front End what is the fastest way to verify a particular job number
exists - I do not need to extract data, just verify the job number actually
exists. I am presently using DCount. Is there a better way?
TIA
WSF
I have a data table (linked to the Front end mdb) where each record has a
unique job number [JobNo] field (indexed) in the table [tblJobData]. It
currently has approx 300k records.
From the Front End what is the fastest way to verify a particular job number
exists - I do not need to extract data, just verify the job number actually
exists. I am presently using DCount. Is there a better way?
TIA
WSF