N
Noel Sant
I've come back to Access VBA after a long time and find myself confused.
I have a form with two combo boxes, each bound to a different table. The
user should choose a record from one or the other. I also have a text box
where I want to put the Description of the item chosen, from whichever table
has been used.
So I have a change event for each combo box. Surely, since the user has just
chosen a field (the Name) in a record from the particular table, the whole
of that record should be available? How do I get at it? The form is bound to
a different table and the text box is unbound.
The fact is the Access object models confuse me - all I need is an example
(I hope).
Many thanks,
Noel Sant
I have a form with two combo boxes, each bound to a different table. The
user should choose a record from one or the other. I also have a text box
where I want to put the Description of the item chosen, from whichever table
has been used.
So I have a change event for each combo box. Surely, since the user has just
chosen a field (the Name) in a record from the particular table, the whole
of that record should be available? How do I get at it? The form is bound to
a different table and the text box is unbound.
The fact is the Access object models confuse me - all I need is an example
(I hope).
Many thanks,
Noel Sant