G
Guest
L.S.
I'm attempting to import data from table B into table A through a form based
on table A. The data to be imported from table A should correspond to what is
being inputted into the form in a field which has an options relationship
with table B.
I've tried to use the expression I found in the helpfiles, but I keep
getting the message that the syntax is incorrect, I've also tried to do small
modifications, like removing space or changing the comma into a semicolon,
but nothing helps. What I found in the help files;
=DLookUp("[Productnaam]", "Producten", "[Product-id] =" _
& Forms![Orderinformatie]!Product-id)
And a variation;
=DLookUp("[LastName]", "Employees", _
"[EmployeeID] = Forms![Orders]![EmployeeID]")
Somebody who could help me out? Or can I use something else to achieve the
result I require?
Kind regards,
VVCM
I'm attempting to import data from table B into table A through a form based
on table A. The data to be imported from table A should correspond to what is
being inputted into the form in a field which has an options relationship
with table B.
I've tried to use the expression I found in the helpfiles, but I keep
getting the message that the syntax is incorrect, I've also tried to do small
modifications, like removing space or changing the comma into a semicolon,
but nothing helps. What I found in the help files;
=DLookUp("[Productnaam]", "Producten", "[Product-id] =" _
& Forms![Orderinformatie]!Product-id)
And a variation;
=DLookUp("[LastName]", "Employees", _
"[EmployeeID] = Forms![Orders]![EmployeeID]")
Somebody who could help me out? Or can I use something else to achieve the
result I require?
Kind regards,
VVCM