I actually have 2 problems, help would be greatly appreciated. I have a Login form which has a username and listbox with the field primary_secondary. Both these fields are required. When the user selects submit, it open another form survey. The Login form is hided. When survey is "submited", how do I close the login form? I've tried the docmd close and the unload, but my syntax is incorrect.
Also How do I make the username and primary_secondary required? I can't use before update as it doesn't get updated until the second information is filled out. I have a command button if that makes any difference?
Also How do I make the username and primary_secondary required? I can't use before update as it doesn't get updated until the second information is filled out. I have a command button if that makes any difference?