sjackson1234
New member
- Local time
- Today, 20:43
- Joined
- Sep 4, 2008
- Messages
- 4
Hi
Could you help me, i want a query to show one field from one table if that is blank then another field from another table, then if that it blank return " ". Can this be done. I have set up
Exp3: Nz([tbl_lead_worker]![Role],[tbl_initial_worker]![Role]," ")
but when i run the query get a message saying
'wrong number of arguments withfunction in query expression.'
Do i need to use a different query function?
Many Thanks in advance
Could you help me, i want a query to show one field from one table if that is blank then another field from another table, then if that it blank return " ". Can this be done. I have set up
Exp3: Nz([tbl_lead_worker]![Role],[tbl_initial_worker]![Role]," ")
but when i run the query get a message saying
'wrong number of arguments withfunction in query expression.'
Do i need to use a different query function?
Many Thanks in advance