Search subform records

Mikki

Mikki
Local time
Today, 02:53
Joined
Jun 11, 2008
Messages
25
Good Day~
How can I search through a table and if the record on a main form has certain words it will save a note in a record on another table
Any help would be greatly appreciated~mjc
 
Use the DLookup function along with your criteria. Example:
If DCount("*", "tblJobSalesperson" < 1 Then

If DLookUp("[PaidComm]","tblJobSalesperson") = True Then

HTH
 
Thank you for your help.
How can this look up be done on a specific ID number?
Thanks again~mjc
 

Users who are viewing this thread

Back
Top Bottom