Hi all,
I have the below code but cannot get it to work, missing operator ?
[Code=vb]
GroupOwner1 = DLookup("GroupO wner", "tbl_GroupOwner s_Master", "Group Mapping = ???")
[/Code]
the problem I have is where I have the ????, I want this to refer to a column in a query called GroupMapping, is this possible. I want to open the query and call the function which in turn looks at the data in GroupMapping and returns the group owner from the tbl_GroupOwners _Master ? Any help will be greatly appreciated
Thanks
Nigel
I have the below code but cannot get it to work, missing operator ?
[Code=vb]
GroupOwner1 = DLookup("GroupO wner", "tbl_GroupOwner s_Master", "Group Mapping = ???")
[/Code]
the problem I have is where I have the ????, I want this to refer to a column in a query called GroupMapping, is this possible. I want to open the query and call the function which in turn looks at the data in GroupMapping and returns the group owner from the tbl_GroupOwners _Master ? Any help will be greatly appreciated
Thanks
Nigel
Comment