Stemdriller
Registered User.
- Local time
- Today, 23:10
- Joined
- May 29, 2008
- Messages
- 187
The following code is working ok.
The thing is I have been asked to change the DB slightly, my question is
Within the table tblVisits can the DMax check 4 other fields in the table eg CustRef1, CustRef2, 3 and 4??
So I am basically getting the DMax command to check 5 Fields instead of the initial one?
=DMax("DateOfVisit","tblVisits","CustRef= Forms!frmAddVisit.CustRef")
Thanks
GW
The thing is I have been asked to change the DB slightly, my question is
Within the table tblVisits can the DMax check 4 other fields in the table eg CustRef1, CustRef2, 3 and 4??
So I am basically getting the DMax command to check 5 Fields instead of the initial one?
=DMax("DateOfVisit","tblVisits","CustRef= Forms!frmAddVisit.CustRef")
Thanks
GW