G
Greg
Hi,
I trying to check to see if a dlookup return a null response, and enter a
default,
StrProjectManager = DLookup("Contact_Name", "Contact Types Register
Query", "Contact_Type = 'Project Manager' AND Project_ID = " & IntProjectID)
If StrProjectManager = "" Then
StrProjectManager = "Not Available"
End If
but this results in and error "Invalid use of Null"
Any suggestions welcome.
I trying to check to see if a dlookup return a null response, and enter a
default,
StrProjectManager = DLookup("Contact_Name", "Contact Types Register
Query", "Contact_Type = 'Project Manager' AND Project_ID = " & IntProjectID)
If StrProjectManager = "" Then
StrProjectManager = "Not Available"
End If
but this results in and error "Invalid use of Null"
Any suggestions welcome.