asif pasha
Registered User.
- Local time
- Yesterday, 16:12
- Joined
- Jan 8, 2010
- Messages
- 60
Hi,
Please help me with the code below.
UPDATE tblquerylog SET tblquerylog.Programworkstream = DLookUp("[Programme Workstream]","tbllookuptables","[Account]"="tblquerylog.SAP_Company_Code_Account");
where->
tblquerylog is a table
Programworkstream is a field in the table tblquerylog
tbllookuptables is a table where you can find the value
Please help me with the code below.
UPDATE tblquerylog SET tblquerylog.Programworkstream = DLookUp("[Programme Workstream]","tbllookuptables","[Account]"="tblquerylog.SAP_Company_Code_Account");
where->
tblquerylog is a table
Programworkstream is a field in the table tblquerylog
tbllookuptables is a table where you can find the value