Hello,
I want to link two forms based on two parameters NameID and Year. I tried the following but i get the error message "Invalid use of null"
stLinkCriteria = "[NameID]=" & Me![Name] & Year(Me.ApplicationDate) = Me![Year]
Can someone help me with this code line?
Thank you in advance.
I want to link two forms based on two parameters NameID and Year. I tried the following but i get the error message "Invalid use of null"
stLinkCriteria = "[NameID]=" & Me![Name] & Year(Me.ApplicationDate) = Me![Year]
Can someone help me with this code line?
Thank you in advance.