S
Simon
i have a database with the following tables below and am trying to create an
invoice table and create a relationship so that at the end of the month i
take all records that = not invoiced for a given customer and apply an
invoice number.
I have got the customer and deliveries table to work but i am now stuck on
invoice table.
i am creating this database for my fathers dleivery company, so what happens
is a customer may book 5 deliveries a day and these are then invoiced at the
end of the month ( bulk invoice ).
Any help would be appreciated as i am very new to relationship rules etc...
Here are my tables below, don't know if they are correct though..
tblCustomers
CustomerID
LName
FName
Business
Address
Town
PostCode
tblDeliveries
DeliveryID
DeliveryDate
CustomerID
FromCityID
ToCityID
OrderNumber
OrderCost
tblInvoices
InvoiceID
InvoiceDate
InvoiceNumber
CustomerID
invoice table and create a relationship so that at the end of the month i
take all records that = not invoiced for a given customer and apply an
invoice number.
I have got the customer and deliveries table to work but i am now stuck on
invoice table.
i am creating this database for my fathers dleivery company, so what happens
is a customer may book 5 deliveries a day and these are then invoiced at the
end of the month ( bulk invoice ).
Any help would be appreciated as i am very new to relationship rules etc...
Here are my tables below, don't know if they are correct though..
tblCustomers
CustomerID
LName
FName
Business
Address
Town
PostCode
tblDeliveries
DeliveryID
DeliveryDate
CustomerID
FromCityID
ToCityID
OrderNumber
OrderCost
tblInvoices
InvoiceID
InvoiceDate
InvoiceNumber
CustomerID