Hi,
I currently have a spreadsheet with customer\delive ry\cost etc. a snapshot
of which can be viewed at
I am trying to construct a database to store this information.
I have so far made a customer table with the following fields...
Customers -> CustomerID (autonumber (primary key)), Name, House No.,
Address, Area
What I want to be able to do is bring up a form (similar to one week in the
spreadsheet) with a complete list of customers and a delivery column which
initially has a null value where I can simply enter '1' if the customer
recieved a delivery that day. When I get that far I'll take a look at the
rest of the information I need to store.
I would be extremely grateful for any help anyone can give on what my
delivery table should contain and the relationships I need to make to be
able create the form I am looking for.
Many thanks
mori
I currently have a spreadsheet with customer\delive ry\cost etc. a snapshot
of which can be viewed at
I am trying to construct a database to store this information.
I have so far made a customer table with the following fields...
Customers -> CustomerID (autonumber (primary key)), Name, House No.,
Address, Area
What I want to be able to do is bring up a form (similar to one week in the
spreadsheet) with a complete list of customers and a delivery column which
initially has a null value where I can simply enter '1' if the customer
recieved a delivery that day. When I get that far I'll take a look at the
rest of the information I need to store.
I would be extremely grateful for any help anyone can give on what my
delivery table should contain and the relationships I need to make to be
able create the form I am looking for.
Many thanks
mori
Comment