J
Jean
Anyone help with the following problem.
combo10's data source is set to a query. The query has a
parameter, which is linked to a control on the same form.
When a control box on the form (a date field is updated)
combo10's record source parameter is changed. I have tried
many different ways to get combo10 to reset itself and
pick up the new data. Without success. Unless the date
field is updated manually and the controls exit event is
set to.
Me.Combo10.Visible = False
Me.Combo10.Requery
Me.Combo10.Visible = True
Why can I not achieve the same result in the after update
event on the date field.
Thanks Jean
combo10's data source is set to a query. The query has a
parameter, which is linked to a control on the same form.
When a control box on the form (a date field is updated)
combo10's record source parameter is changed. I have tried
many different ways to get combo10 to reset itself and
pick up the new data. Without success. Unless the date
field is updated manually and the controls exit event is
set to.
Me.Combo10.Visible = False
Me.Combo10.Requery
Me.Combo10.Visible = True
Why can I not achieve the same result in the after update
event on the date field.
Thanks Jean