I have a database which imports Excel field inspection data into my Access main table.
The only problem is the Excel table has a field labeled defects for each record which has a number(1-35) corresponding to a particular defect. Some records have zero defects(null) while others may have several (ex: 1,12,22,27).
How is the best way to store this data so I can querry each record by a particular defect and create reports which includes the defect descriptions? BTW I do have a table with each defect number an corresponding description.
Thanks in advance for any help!
The only problem is the Excel table has a field labeled defects for each record which has a number(1-35) corresponding to a particular defect. Some records have zero defects(null) while others may have several (ex: 1,12,22,27).
How is the best way to store this data so I can querry each record by a particular defect and create reports which includes the defect descriptions? BTW I do have a table with each defect number an corresponding description.
Thanks in advance for any help!