Hi guys!
Does anyone could explain me how should I use double quotes sings “” in a command lines, for example:
If IsNull(DLookup("[WeekID]", "[tbl_Weeks]", "[WeekID] = " & Me![cmb_Week] & "")) Then …
I know that was correct syntax, but I can’t get why at the end of DLOOKUP I had to use double quotes twice?
Thank you
Does anyone could explain me how should I use double quotes sings “” in a command lines, for example:
If IsNull(DLookup("[WeekID]", "[tbl_Weeks]", "[WeekID] = " & Me![cmb_Week] & "")) Then …
I know that was correct syntax, but I can’t get why at the end of DLOOKUP I had to use double quotes twice?
Thank you