Help with form design

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a DB for our locksmith. There are 5 fields, Key ring number,
Location, Number of keys, Key number, and location for Key. I would like to
create a form with Ring number, location (of Key ring) and number of keys in
all records. the most keys on one ring is 28. For the Key number and location
for key , best but in to a sub menu on the form? IF you can tell me of a
better way with out having 28 fields please do so. Thank you in advance.
 
I am creating a DB for our locksmith. There are 5 fields, Key ring number,
Location, Number of keys, Key number, and location for Key. I would like to
create a form with Ring number, location (of Key ring) and number of keys in
all records. the most keys on one ring is 28. For the Key number and location
for key , best but in to a sub menu on the form? IF you can tell me of a
better way with out having 28 fields please do so. Thank you in advance.

Well, you clearly have a One (ring) to Many (key) relationship.
(Hmmm... "One Ring to rule them all, one ring to bind them" -
ominous!)

As such you need *TWO* tables - a table of Rings, related one to many
to a table of Keys. You would indeed base a mainform on the Rings
table and a Subform on the Keys table.

John W. Vinson[MVP]
 

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

Similar Threads

What am I doing wrong 4
Help with Subform 1
Design Issue 9
Inport a large table into a smaller one 1
No Duplicates 1
Google's 'Magic Ring' Could Kill the Password 8
Force Autonumber to generate 0
MS Access problem 0

Back
Top