P
Peter Hallett
I have a continuous form bound to a table containing names, addresses and
post codes. A combo box, in each record, lists service agents covering the
area identified by the associated post code. On GotFocus, the combo box runs
a selection query taking the associated post code as the criterion. A
requery is necessary to ensure that the list of service agents is refreshed
on changing records but that all works fine. Clicking the combo box
drop-down arrow for any record confirms that the correct list of service
agents is displayed in each case. However, no selection can then be effected
from the drop-down list, nor can any manual input be made, despite the fact
that Limit to List is set false. My initial thought was that I had failed to
set Allow Additions in the form properties, which can cause this sort of
behaviour, but that is not so.
If the service agent combo box is unbound, then selection is possible but,
because the form is continuous, all the service agent fields are
simultaneously updated to show the same selected name. Before I start
looking for complex answers, I would like to check that I have not missed
something obvious – it wouldn’t be the first time.
With up to two or three hundred records being displayed at any one time, and
with a need to be able to scroll these, Single Form view does not offer a
realistic alternative.
post codes. A combo box, in each record, lists service agents covering the
area identified by the associated post code. On GotFocus, the combo box runs
a selection query taking the associated post code as the criterion. A
requery is necessary to ensure that the list of service agents is refreshed
on changing records but that all works fine. Clicking the combo box
drop-down arrow for any record confirms that the correct list of service
agents is displayed in each case. However, no selection can then be effected
from the drop-down list, nor can any manual input be made, despite the fact
that Limit to List is set false. My initial thought was that I had failed to
set Allow Additions in the form properties, which can cause this sort of
behaviour, but that is not so.
If the service agent combo box is unbound, then selection is possible but,
because the form is continuous, all the service agent fields are
simultaneously updated to show the same selected name. Before I start
looking for complex answers, I would like to check that I have not missed
something obvious – it wouldn’t be the first time.
With up to two or three hundred records being displayed at any one time, and
with a need to be able to scroll these, Single Form view does not offer a
realistic alternative.