I have a table with many fields ProductID is teh PK. I have categorized the fields and created forms for each category, How do I link the forms to save the data from all the forms into the same record in the table? when I enter data into each form that data is saved as different records. I also only want to enter the id field value in the first form the second form needs to add its data to the same record not create a new record. i added a ProductID field in each form just for informational purposes.
Thanks in advance for any help you can offer!
david