Expanding lists

  • Thread starter Thread starter Danny J
  • Start date Start date
D

Danny J

Hi all,

I am trying to create a basic CRM database which links customers to what
they last ordered. To do this I would like to create a table (I assume) in
which I could enter menu items, but I would like to create a form which
would let people add to the database menu list without letting them loose on
the underlying structure. Any ideas?

Thanks,

Danny
 
Danny,

If you will take a look at the Northwind.MDB which ships as a sample db with
Access, you will see a couple of examples of how to link Customers with
their Orders: see the forms "Customer Orders" and "Orders",
 
Back
Top