B
BigAl
This is really embarrassing but, hey ho, I need an answer.
This should be incredibly simple.
Two tables.
First: (Type) holds only one field called type. This has 5 records each with
a mountain type.
Second (Mountains) has a number of fields including type which is a look up
from the above table. It also has a field called Mountain (holds the
mountain name).
All I want to do is create form/subform that has a combo box (Master Form)
with the type and then lists the all the mountains of that type (subform). I
can do this quite easily using the form wizard BUT the field type shows as a
Text Box. Change it to a combo box and all it does is list the first record
from the Type table. The ridiculous thing is that if I use the record
selectors to move to the next record the subform then picks up the different
mountain names quite happily and correctly. But I want the user to be able
to select the different mountain type from a combo-box.
If anyone can stop laughing lonmg enough to point out what I'm doing wrong
I'd be most grateful.
BigAl
This should be incredibly simple.
Two tables.
First: (Type) holds only one field called type. This has 5 records each with
a mountain type.
Second (Mountains) has a number of fields including type which is a look up
from the above table. It also has a field called Mountain (holds the
mountain name).
All I want to do is create form/subform that has a combo box (Master Form)
with the type and then lists the all the mountains of that type (subform). I
can do this quite easily using the form wizard BUT the field type shows as a
Text Box. Change it to a combo box and all it does is list the first record
from the Type table. The ridiculous thing is that if I use the record
selectors to move to the next record the subform then picks up the different
mountain names quite happily and correctly. But I want the user to be able
to select the different mountain type from a combo-box.
If anyone can stop laughing lonmg enough to point out what I'm doing wrong
I'd be most grateful.
BigAl