I have created a simple DB to house work projects. This db will allow me to track all current open issues as well as everything worked on and completed within a certain time period.
Right now, it has only one table. I am looking for suggestions how to break up the data. All of these work issues/investigations deal with stores. And I have started to run into an issue where one store has multiple issues therefore the store # is showing up more than once in my table. But if I break the db up into Table1 = Stores and Table 2 = Issues, will I have to use a sub form?
How can I have multiple records for one store.
tblMaster contains the following fields:
Store Number (which is really the only store info I need for now)
Account Number
Utility Provider
Comments
Open Date
Close
Date
Status
Employee
Should I have one table which only field is store number?
Thanks,
Cord
Right now, it has only one table. I am looking for suggestions how to break up the data. All of these work issues/investigations deal with stores. And I have started to run into an issue where one store has multiple issues therefore the store # is showing up more than once in my table. But if I break the db up into Table1 = Stores and Table 2 = Issues, will I have to use a sub form?
How can I have multiple records for one store.
tblMaster contains the following fields:
Store Number (which is really the only store info I need for now)
Account Number
Utility Provider
Comments
Open Date
Close
Date
Status
Employee
Should I have one table which only field is store number?
Thanks,
Cord