Hi, not sure how to do this, so here goes.. I have a form based on a jobns form, there is an employee_id field in there that has relationship to the employee table. On the jobs form what i want is when i press the save button that the fields Employee_Available_Time and date are set to null or 0, how do i do that with code ??
I have used the following code before
Me.company = DLookup("CompanyName", "Contacts", "ContactID=" & Nz(Me.ContactID, 0))
and thought that maybe i could tweak that to fit my purpose..
any help most appreciated.
Many Thanks
Yurov Ardyy
I have used the following code before
Me.company = DLookup("CompanyName", "Contacts", "ContactID=" & Nz(Me.ContactID, 0))
and thought that maybe i could tweak that to fit my purpose..
any help most appreciated.
Many Thanks
Yurov Ardyy