adam.grendell
Registered User.
- Local time
- Yesterday, 20:25
- Joined
- Dec 7, 2011
- Messages
- 21
Hello all.
I run a cellphone/PC repair shop, and I am trying to find a way to keep up with what comes in and goes out of my shop. I want to create a DB that will allow me to keep up with:
Customers
Devices
Repairs
and find a way to link all of these, since they are always interconnected.
For example. In my Customer Table, I have info such as Last, First and Middle name, contact and alternate contact numbers, address, etc., as well as an autonumber primary key. In my device table, I have info such as the IMEI number, brand, model, color, etc., and it too has an autonumber primary key. And finally, for the repair table, I want to use data from both tables, as well as add a few other fields, such as parts used, cost, etc.
My problem is that I don't know if this is simply a table issue, or if I need to make a query to do this, or a fourth table that uses data from all three other tables.
I want to be able to perform lookups on things such as the IMEI number, customer name, or type of repair.
If anyone can give me some pointers, or at least point me in the right direction, I would greatly appreciate it.
On another note, while I'm not new to Access, I am still green on a lot of areas. So all the detail that I can get will be wonderful.
Thanks in advance,
Adam
I run a cellphone/PC repair shop, and I am trying to find a way to keep up with what comes in and goes out of my shop. I want to create a DB that will allow me to keep up with:
Customers
Devices
Repairs
and find a way to link all of these, since they are always interconnected.
For example. In my Customer Table, I have info such as Last, First and Middle name, contact and alternate contact numbers, address, etc., as well as an autonumber primary key. In my device table, I have info such as the IMEI number, brand, model, color, etc., and it too has an autonumber primary key. And finally, for the repair table, I want to use data from both tables, as well as add a few other fields, such as parts used, cost, etc.
My problem is that I don't know if this is simply a table issue, or if I need to make a query to do this, or a fourth table that uses data from all three other tables.
I want to be able to perform lookups on things such as the IMEI number, customer name, or type of repair.
If anyone can give me some pointers, or at least point me in the right direction, I would greatly appreciate it.
On another note, while I'm not new to Access, I am still green on a lot of areas. So all the detail that I can get will be wonderful.
Thanks in advance,
Adam