I have an option group with three options. I also have a table structure in which I want one of these options to automatically add certain fields to this structure from the form in which the option group is located.
I have already created an append query to connect the fields from my table to the structure, but when new data is entered I want the option, when selected, to add the data the structure for me.
My options are:
-Add to Mailing Database (which is a separate database from the one I'm working on)
-Already in Mailing Database
-Neither
I know, I don’t like the options either and think it could be easier a different way, but my supervisor wants it that way.
I hope there is enough information for a reply. I imagine there is coding for the option group in the AfterUpdate Event. But I am not sure and new at this.
Thanks in advance.
I have already created an append query to connect the fields from my table to the structure, but when new data is entered I want the option, when selected, to add the data the structure for me.
My options are:
-Add to Mailing Database (which is a separate database from the one I'm working on)
-Already in Mailing Database
-Neither
I know, I don’t like the options either and think it could be easier a different way, but my supervisor wants it that way.
I hope there is enough information for a reply. I imagine there is coding for the option group in the AfterUpdate Event. But I am not sure and new at this.
Thanks in advance.