D
Dennis
I have a Query Form in which I have a list box that has a
table as it's recordsource. The recordsource is to supply
the list of units to select. This List box allows me to
choose one unit, or any units or a range of units I
select. Once I select the Units, it populates an unbound
field called txtValList and then the query returns those
records on my continious form. The problem I am having is
it only works with 13 or less units. More than 13 units
and nothing happens not even an error message. The design
of the form is intended to be able to select up to 1,000
units and return the records of those units. My question
is, why would it limit me to only 13 records? What
settings or parameters should I be looking at to fix this
problem?
Thanks,
Dennis
table as it's recordsource. The recordsource is to supply
the list of units to select. This List box allows me to
choose one unit, or any units or a range of units I
select. Once I select the Units, it populates an unbound
field called txtValList and then the query returns those
records on my continious form. The problem I am having is
it only works with 13 or less units. More than 13 units
and nothing happens not even an error message. The design
of the form is intended to be able to select up to 1,000
units and return the records of those units. My question
is, why would it limit me to only 13 records? What
settings or parameters should I be looking at to fix this
problem?
Thanks,
Dennis