K
kelly draper via AccessMonster.com
currently I'm using a bunch of subforms in an informational read-only DB
for my call center. users type in a zipcode or a city name into a text box
I use as a search box and then a bunch of different subforms bring back a
bunch of different info from a different tables about that zipcode or city
they typed in that pertains to different elements of the business (i.e. 1
subform lists all contractors for their search, another lists pertinent
phone numbers for divisions for their search, another lists available
supplies and rates for their search, etc.) but it's all for info purposes
only. users dont change anything. its just a look up tool so they dont have
to be subforms. they could just as easily be listboxes that requery with
the OnUpdate of the search box.
question is, are there benefits to using listboxes instead of subforms for
read only info. are there down-sides? is it faster to load a listbox with a
query for a rowsource than it is to load a subform, or vis versa? would my
app load faster(cuz right now it's initial start-up is slooow)
thanks for your help
Kelly D.
for my call center. users type in a zipcode or a city name into a text box
I use as a search box and then a bunch of different subforms bring back a
bunch of different info from a different tables about that zipcode or city
they typed in that pertains to different elements of the business (i.e. 1
subform lists all contractors for their search, another lists pertinent
phone numbers for divisions for their search, another lists available
supplies and rates for their search, etc.) but it's all for info purposes
only. users dont change anything. its just a look up tool so they dont have
to be subforms. they could just as easily be listboxes that requery with
the OnUpdate of the search box.
question is, are there benefits to using listboxes instead of subforms for
read only info. are there down-sides? is it faster to load a listbox with a
query for a rowsource than it is to load a subform, or vis versa? would my
app load faster(cuz right now it's initial start-up is slooow)
thanks for your help
Kelly D.