Can I submit once to multiple tables?
I need to have a single form that contains fields associated with different tables. When the "submit" or "save" button is pressed it saves the field data to the appropriate table. An example would be: Data entered into the "part description" field would save to the "Parts" table. Data entered into the "List Price" field would save to the "Pricing" table, and so on. Is this possible? Thanks for looking at this.