Access 2000 Grocery List Database

J

Jennifer

Hi!
I am trying to make a Access 2000 database with my
grocery list. What I want to do is set it up so when I
make a new grocery list and type in, let's say 'canned
pineapple' it will automatically enter the aisle that it
is in. I can't figure out how to do it. Any ideas or is
there a template?
Thanks!
 
M

Mike Painter

Jennifer said:
Hi!
I am trying to make a Access 2000 database with my
grocery list. What I want to do is set it up so when I
make a new grocery list and type in, let's say 'canned
pineapple' it will automatically enter the aisle that it
is in. I can't figure out how to do it. Any ideas or is
there a template?
Thanks!

Build a "grocery" table with all the items and the aisle they are on.

Use a "ShoppingList" table with the ID of the grocery item, the quantity and
maybe the date.

Use a query that joins the two for a form and a combobox to select the item.

That way the aisle fills in automatically and you don't have to type
everything.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top