CrazyCanuck
Registered User.
- Local time
- Today, 04:10
- Joined
- Sep 23, 2003
- Messages
- 10
Here's what I'm trying to do:
Main table with columns - line, area, description
Line is a lookup table that looks up a separate table (which is just a list of lines).
I'd like to make another table for each line which contains all its areas.
So in the form, you choose a line from the lookup table (have this part figured out) and then the area lookup combo box is filled with the contents of the area table for that line. You then enter any description you want and save the whole thing to the main table.
Can anyone help me with this or send me to a similar example?
Main table with columns - line, area, description
Line is a lookup table that looks up a separate table (which is just a list of lines).
I'd like to make another table for each line which contains all its areas.
So in the form, you choose a line from the lookup table (have this part figured out) and then the area lookup combo box is filled with the contents of the area table for that line. You then enter any description you want and save the whole thing to the main table.
Can anyone help me with this or send me to a similar example?