djmurphy58
Technical User
I am a beginner user and am having trouble with a simple DB I'm trying to create. I want to track delivery of stone to a jobsite. A separate supplier (Vulcan Materials) supplies three different types of stone. The stone gets delivered to the jobsite by a separate trucking company (CTI). Both companies charge a unit price per ton, and both submit separate bills.
My problem is I have created a form with 4 fields, but only 1 of them allows me to enter data. (All 4 are unlocked).
So here are my tables:
tblStone:
StoneID (primary key, data type is number)
StonePrice
StoneType
CostCode
tblCTIPayforms
CTIPayformID (PK, data type is autonum)
CTIPayform
tblCTIInvoices
CTIInvoiceID (PK, data type is autonum)
CTIInvoice
tblVulcanInvoices
VulcanInvoiceID (PK, data type is autonum)
VulcanInvoice
tblDelivery
StoneID (PK, data type is number)
OrderID (PK, data type is autonum)
DelivDate
VulcanTicket
DelivPrice
Weight
CTIInvoiceID
VulcanInvoiceID
CTIPayformID
Now, I suppose this won't do any good to anyone if you don't know how my tables are linked. So if anyone wants to help me, give me your email address, and I'd be happy to send you my file.
Thank you very much,
Dennis
My problem is I have created a form with 4 fields, but only 1 of them allows me to enter data. (All 4 are unlocked).
So here are my tables:
tblStone:
StoneID (primary key, data type is number)
StonePrice
StoneType
CostCode
tblCTIPayforms
CTIPayformID (PK, data type is autonum)
CTIPayform
tblCTIInvoices
CTIInvoiceID (PK, data type is autonum)
CTIInvoice
tblVulcanInvoices
VulcanInvoiceID (PK, data type is autonum)
VulcanInvoice
tblDelivery
StoneID (PK, data type is number)
OrderID (PK, data type is autonum)
DelivDate
VulcanTicket
DelivPrice
Weight
CTIInvoiceID
VulcanInvoiceID
CTIPayformID
Now, I suppose this won't do any good to anyone if you don't know how my tables are linked. So if anyone wants to help me, give me your email address, and I'd be happy to send you my file.
Thank you very much,
Dennis