ChrisSedgwick
Registered User.
- Local time
- Today, 20:44
- Joined
- Jan 8, 2015
- Messages
- 119
Hi All,
I'm designing a new database that will be used in the company that I work for and hopefully assist with our installations department.
The purpose of the database will be to record what we call 'F Notes', which is basically a Purchase Order, only that we use a unqiue number that begins with an 'F'. Pretty simple!
I'm putting all my tables/fields together (on paper first) to figure out what I'm going to need and what kind of relationships to set up etc etc. However, I've come across a small issue that I'm hoping you can resolve. Here are the tables so far, before I explain:
tblFitters:
FitterID
FitterName
ContactNo
Email
FNotes:
FNoteID
FitterID
Date
JobNo
OrderType
ContractorID
ContractManager
ContractName
ContractAiteAddress
SiteContact
Contractors:
ContractorID
ContractorName
Now here's my dilema. On any specific job, there could be up to 4 fitters. I'd want to show the 4 fitters on the purchase order. I had an idea to use a Combo Box in my form that would store the Fitter as text in the relevant table. However, how would I store more than one?
I've thought about creating 4 seperate fields in the table i.e:
Fitter 1
Fitter 2
Fitter 3
Fitter 4
and just having 4 combo boxes in the form to display them all that way, however thought I'd check to see if I was missing something, or there was an alternative way. Would doing it this way still allow me to include them on a purchase order that'll create as a report?
Any help or suggestions would be greatly appreciated. I haven't created the database yet, It's all just going down on paper. So I'm able to change anything at all that I need to in order to make it effective.
Many thanks in advance,
Chris.
I'm designing a new database that will be used in the company that I work for and hopefully assist with our installations department.
The purpose of the database will be to record what we call 'F Notes', which is basically a Purchase Order, only that we use a unqiue number that begins with an 'F'. Pretty simple!
I'm putting all my tables/fields together (on paper first) to figure out what I'm going to need and what kind of relationships to set up etc etc. However, I've come across a small issue that I'm hoping you can resolve. Here are the tables so far, before I explain:
tblFitters:
FitterID
FitterName
ContactNo
FNotes:
FNoteID
FitterID
Date
JobNo
OrderType
ContractorID
ContractManager
ContractName
ContractAiteAddress
SiteContact
Contractors:
ContractorID
ContractorName
Now here's my dilema. On any specific job, there could be up to 4 fitters. I'd want to show the 4 fitters on the purchase order. I had an idea to use a Combo Box in my form that would store the Fitter as text in the relevant table. However, how would I store more than one?
I've thought about creating 4 seperate fields in the table i.e:
Fitter 1
Fitter 2
Fitter 3
Fitter 4
and just having 4 combo boxes in the form to display them all that way, however thought I'd check to see if I was missing something, or there was an alternative way. Would doing it this way still allow me to include them on a purchase order that'll create as a report?
Any help or suggestions would be greatly appreciated. I haven't created the database yet, It's all just going down on paper. So I'm able to change anything at all that I need to in order to make it effective.
Many thanks in advance,
Chris.