Hello everyone
I'm fairly new to Access and hope someone can help with this problem. It strikes me as something incredibly simple to solve but my brain seems unable to provide a solution today. I've had a good look through the forums but can't find the answer.
I have a form to enter details of a product. For reasons too dull to explain, the description of the product needs to be split over no more than 10 separate fields of no more than 72 characters each. So if a product has a 100 character description this needs to be split in the form (and table) over the fields Description_Line1 and Description_Line2. (As you might guess there is also Description_Line3 - 10).
What I want to do is put a button on the form so that users can "Add Product Description" and a new form will open with the 10 Description fields for them to type into. Fine so far, but my problem is that when the new form opens it opens it with a new record ID. So if users are adding a new product with an ID of 1 and then try to add a description the new form opens with an ID of 2 - so the description is not added to the correct product. Both the forms come from the same table.
Is the problem here the structure of the database? Should the Product Description be a separate table? Any ideas?
Apologies if this is a ridiculous question, my brain just isn't working today!
Thanks
I'm fairly new to Access and hope someone can help with this problem. It strikes me as something incredibly simple to solve but my brain seems unable to provide a solution today. I've had a good look through the forums but can't find the answer.
I have a form to enter details of a product. For reasons too dull to explain, the description of the product needs to be split over no more than 10 separate fields of no more than 72 characters each. So if a product has a 100 character description this needs to be split in the form (and table) over the fields Description_Line1 and Description_Line2. (As you might guess there is also Description_Line3 - 10).
What I want to do is put a button on the form so that users can "Add Product Description" and a new form will open with the 10 Description fields for them to type into. Fine so far, but my problem is that when the new form opens it opens it with a new record ID. So if users are adding a new product with an ID of 1 and then try to add a description the new form opens with an ID of 2 - so the description is not added to the correct product. Both the forms come from the same table.
Is the problem here the structure of the database? Should the Product Description be a separate table? Any ideas?
Apologies if this is a ridiculous question, my brain just isn't working today!
Thanks