Crabman1985
New member
- Local time
- Tomorrow, 00:01
- Joined
- Jan 11, 2024
- Messages
- 4
I Have a table called Projects
In the Table I have:
JobNumber
CustomerName
SiteName
SiteLocation
SiteContact
I have another table called JobCards
In the Table I have:
JobCardNumber
DateIssued
WorkRequired
I will be using the JobCards the most and don't want to add the same information from Projects over and over when adding a new record.
There would be multiple JobCards per JobNumber
How would this be done,?
I want to select the JobNumber and then pull data from the other columns, CustomerName, SiteName, SiteLocation, SiteContact.
In the Table I have:
JobNumber
CustomerName
SiteName
SiteLocation
SiteContact
I have another table called JobCards
In the Table I have:
JobCardNumber
DateIssued
WorkRequired
I will be using the JobCards the most and don't want to add the same information from Projects over and over when adding a new record.
There would be multiple JobCards per JobNumber
How would this be done,?
I want to select the JobNumber and then pull data from the other columns, CustomerName, SiteName, SiteLocation, SiteContact.
Last edited: