I
Irshad Alam
I want to click a command button and check the value I entered in the Field
is available in another table or not. I will try to write the need of my code
as below :
Dlookup("FldName","TablName",[SerialNo]=Me.SerNo)
If any record Found
Msgbox("Records were found")
Else
Msgbox("No records found")
Please advise, how to write the code to get this job done in this way.
Best regards.
Irshad
is available in another table or not. I will try to write the need of my code
as below :
Dlookup("FldName","TablName",[SerialNo]=Me.SerNo)
If any record Found
Msgbox("Records were found")
Else
Msgbox("No records found")
Please advise, how to write the code to get this job done in this way.
Best regards.
Irshad