I have a main form that has several sub-forms. However, I want to use a pop-up form as well if the client has a mailing address (i.e. don't want the info visible unless entering data). I created a button on the main form that opens the MailAddy form. And I changed the MailAddy form to only show currentrecord so that they can't enter more than one mailing address per client. Here's my problem. Since the mailing address info is in a separate table, I need the ClientID to be filled in from the Main table if it doesn't exist in the MailAddy table. If it does exist, I need the form to open to the existing record. The editing works (I tested it by adding a record directly to the MailAddy table using the correct ClientID). However, adding a new record does not work. It gives a ClientID of 0000.
Thank you in advance for your help!
Thank you in advance for your help!