S
Stephen Haley
I have a subform which shows the details for the client selected on the
mainform. On the subform are various positions at the client where the user
can select from a list of contacts to assign them to that position. Rather
than show the whole list of contacts in the combo box I would like to
restrict it to just the clients at that contact. Unfortunately I cannot get
the list to refresh when a new client is chosen in the master form. The list
just filters on the client at point of load and then stays static - what am
I doing wrong or is not possible to have a dynamic combo box? I have tried
putting a where condition in the query pointing at the id for the current
client but this only works at load not when you refresh.
rgds
stephen
mainform. On the subform are various positions at the client where the user
can select from a list of contacts to assign them to that position. Rather
than show the whole list of contacts in the combo box I would like to
restrict it to just the clients at that contact. Unfortunately I cannot get
the list to refresh when a new client is chosen in the master form. The list
just filters on the client at point of load and then stays static - what am
I doing wrong or is not possible to have a dynamic combo box? I have tried
putting a where condition in the query pointing at the id for the current
client but this only works at load not when you refresh.
rgds
stephen