I am using the following in the control source of form2's Lname field:
[Lname]=Forms![form1]![Lname of form1]
However, if the user came to form2 by way of the switchboard or if Lname was blank in form1, I want the user to instead get the prompt [Enter Last Name].
How can I ammend the above procedure to allow for this if, then situation? Or is it necessary to create copies of the form based on the same query but with different control sources for each scenerio?
[Lname]=Forms![form1]![Lname of form1]
However, if the user came to form2 by way of the switchboard or if Lname was blank in form1, I want the user to instead get the prompt [Enter Last Name].
How can I ammend the above procedure to allow for this if, then situation? Or is it necessary to create copies of the form based on the same query but with different control sources for each scenerio?