Lookup Table

B

Brad

In my db I have a main table (TblMain) and a lookup table(TblIssue). Where
the TblIssue and TblMain will be related via Issue (and possibly Model and
Type)
TblMain will be setup like the following:
Model Type Issue
List List List
I would like to setup TblIssue like this:
Issue W X Y 1 2 3
Text ON / OFF BUTTONS
This way I can enter in TblIssue the Issue 1 time and select via on / off
buttons the Model (W, X, or Y) and Type (1, 2 or 3). Note the same issue can
be found on different Models and Types.

Ideally, on my form the user would select via list box the Model and Type
then the Issue list box would be restricted to allow only the issues
associated with that Model and Type. Possible? Some examples would be great
as I'm relatively new to Access
 
H

hor vannara

Brad said:
In my db I have a main table (TblMain) and a lookup table(TblIssue). Where
the TblIssue and TblMain will be related via Issue (and possibly Model and
Type)
TblMain will be setup like the following:
Model Type Issue
List List List
I would like to setup TblIssue like this:
Issue W X Y 1 2 3
Text ON / OFF BUTTONS
This way I can enter in TblIssue the Issue 1 time and select via on / off
buttons the Model (W, X, or Y) and Type (1, 2 or 3). Note the same issue
can
be found on different Models and Types.

Ideally, on my form the user would select via list box the Model and Type
then the Issue list box would be restricted to allow only the issues
associated with that Model and Type. Possible? Some examples would be
great
as I'm relatively new to Access
 

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