multiple records

reynier09

Registered User.
Local time
Today, 08:14
Joined
Jul 27, 2017
Messages
12
I have some components that have few characteristics, including three dimensions, part number, and quantity. I have them in a form bound to a table. Is it possible somehow to within the form to input data if I have more than one for the same part number, and where dimensions differ? Thanks
 
Yes, but it sounds like you need more than one table. Can you demonstrate the data you have?
 
What you mean with more than one table. I created a query that would display the repeated records, but won't allow me to edit them. Thanks
 
I believe you don't have your table(s) structured properly. You mentioned 1 table, I believe you might need to store this data in multiple tables.

Can you post some sample data from your table? Include table and field names.
 

Users who are viewing this thread

Back
Top Bottom