I posted this the other day, but it seemed to have disappeared from the site…..
Am creating a form that would allow the user to create multiple new records when sending out a Mailing.
TblMailing
TblStates
TblMailingStates
Have an Option Group for (1) All States, (2) All, but NY (3) User selects
Have a list box that lists all states from tblStates.
Have a CommandButton – ‘Create Mailing States’
Would like for the option selected to highlight the corresponding states in the list box….. then allow the user to select / unselect any states not wanted. After the user saves this information by pressing ‘commit’ he will be unable to edit the information from this form. I have a different form for edits….
Need help with the coding for this ………
Am creating a form that would allow the user to create multiple new records when sending out a Mailing.
TblMailing
TblStates
TblMailingStates
Have an Option Group for (1) All States, (2) All, but NY (3) User selects
Have a list box that lists all states from tblStates.
Have a CommandButton – ‘Create Mailing States’
Would like for the option selected to highlight the corresponding states in the list box….. then allow the user to select / unselect any states not wanted. After the user saves this information by pressing ‘commit’ he will be unable to edit the information from this form. I have a different form for edits….
Need help with the coding for this ………