I have a form called CreateMailList that consists of a multiselect list box,two fields (MailingListNameID and MailingListName) and a command button. The Command Button is being used to restrict records shown on the form. This finally works great.(Thanks to the help of others)
I now want to add a second command button that will open up a second form. Form2 needs to be populated with the selected records from form1 identified on it. I need to then be able to have then end-user add information to each of these records on form2. In addition, the user should
be able to add a record individually without having to go back to Form1. Can anyone help me in identifying how to do this?
Do I use a DoCmd.Open Form.. If so what would this code look like and what do I put on form 1 vs form2
Do I use Link Criteria..If so what would this code look like
Do I use some other method or can this not be done at all.
I really am at a loss as to how to proceed. HELP PLEASE!!I am pleased to furnish additional details if required.
I now want to add a second command button that will open up a second form. Form2 needs to be populated with the selected records from form1 identified on it. I need to then be able to have then end-user add information to each of these records on form2. In addition, the user should
be able to add a record individually without having to go back to Form1. Can anyone help me in identifying how to do this?
Do I use a DoCmd.Open Form.. If so what would this code look like and what do I put on form 1 vs form2
Do I use Link Criteria..If so what would this code look like
Do I use some other method or can this not be done at all.
I really am at a loss as to how to proceed. HELP PLEASE!!I am pleased to furnish additional details if required.