matthewnsarah07
Registered User.
- Local time
- Today, 12:47
- Joined
- Feb 19, 2008
- Messages
- 192
I am attempting to update the field [Team] in tbldata using the [Team] field in tblteam.
I have added the following expression into the Update To section in the query builder
DLookUp("[Team]","tblteam","[Date]=[Date] And [Shift]=[Shift]")
Basically tblteam has a [Date], [Shift] and [Team] and tbldata has a list of events with a Date '01/10/2009' and Shift "Early Shift" for example. All I want to do is match a team using these.
The query works but always returns the the value '3', what is going wrong?
Thanks
I have added the following expression into the Update To section in the query builder
DLookUp("[Team]","tblteam","[Date]=[Date] And [Shift]=[Shift]")
Basically tblteam has a [Date], [Shift] and [Team] and tbldata has a list of events with a Date '01/10/2009' and Shift "Early Shift" for example. All I want to do is match a team using these.
The query works but always returns the the value '3', what is going wrong?
Thanks