L
learning_codes
Hi,
I need your help.
I want to look up in two columns before opening the queries. It works
for this line but I want to add after CheckLastName.
DLookup("[Last Name]", "Sport", "UCASE([Last Name]) like ""*" &
CheckLastName & "*""")
I'm looking for like this:
DLookup("[Last Name]", "Sport", "UCASE([Last Name]) like ""*" &
CheckLastName & "*""" and [Forecast_Only] is null)
Your help would be much appreciated.
Thanks
I need your help.
I want to look up in two columns before opening the queries. It works
for this line but I want to add after CheckLastName.
DLookup("[Last Name]", "Sport", "UCASE([Last Name]) like ""*" &
CheckLastName & "*""")
I'm looking for like this:
DLookup("[Last Name]", "Sport", "UCASE([Last Name]) like ""*" &
CheckLastName & "*""" and [Forecast_Only] is null)
Your help would be much appreciated.
Thanks