A
Afrosheen via AccessMonster.com
Here's my code:
DLookup("[supervisor]", "tblsupervisor", "[supervisor]= " & NewData)
Here's what I'm trying to do still. I have a field called [Supervisor] in a
table called tblsupervisor. The NewData is a string that you type in. I keep
on getting the error compile error. expected a = sign. So that means that
it's not going to find the record.
Thanks for reading this.
DLookup("[supervisor]", "tblsupervisor", "[supervisor]= " & NewData)
Here's what I'm trying to do still. I have a field called [Supervisor] in a
table called tblsupervisor. The NewData is a string that you type in. I keep
on getting the error compile error. expected a = sign. So that means that
it's not going to find the record.
Thanks for reading this.