R
RayN
I have a form where I am trying to populate FirstName and
Title list box controls by selecting a LastName value
from a combo box and having them fill out automatically.
There is only one FirstName and Title for each LastName
value. The Row Source for each is a query which displays
the appropriate values.
The problem is that when I select a LastName and requery
the other two controls with an Event Procedure,the values
appear in the form but if I go back to the Control Source
table, the fields are blank. I go back to the form and
the values are still there. If I change the two list
boxes to combo boxes, the fields in the table populate
just fine. I want to avoid having to select the down
arrow in the FirstName and Title cntrols if I can avoid
it.
Can someone point me in the right direction??
Title list box controls by selecting a LastName value
from a combo box and having them fill out automatically.
There is only one FirstName and Title for each LastName
value. The Row Source for each is a query which displays
the appropriate values.
The problem is that when I select a LastName and requery
the other two controls with an Event Procedure,the values
appear in the form but if I go back to the Control Source
table, the fields are blank. I go back to the form and
the values are still there. If I change the two list
boxes to combo boxes, the fields in the table populate
just fine. I want to avoid having to select the down
arrow in the FirstName and Title cntrols if I can avoid
it.
Can someone point me in the right direction??