"There are times were individuals here do not understand that Access is not a
client-server database. Its all file based."
totally understand this. i use a terminal server setup to run my app for
those who need it overseas. check out this:
http://members.shaw.ca/albertkallal/Wan/Wans.html
"You're better off using global variables to capture and access information
in this scenario as you're counting on the Form that the ComboBox is residing
on always being opened."
my form with the "storage" combo box is always open. but this comment helps
me to understand a little better the inherent problem with the way i am
currently doing things. thanks.
"While the data is in a global variable, I would actually retreive the
values via a Function so that if the variable shows up as Null or Zero-length
(for whatever reason), you can reset it by hitting the table again. This
serves to minimize the number of times that you're getting the values from
the table, should help with performance and ensures that the variables are
always set. "
my combo box is loaded once. the recordset in it remains the same because
the user cannot interact with the combo box. i have it locked and the
dropdown arrow is covered with a rectangle. this causes it to look like the
box is just there to show thier name. but of course in behind the scenes it
is storing information on what they can and cant do.
i dont know what kind of performance hit that puts on the system. but at
this point it seems to work really well.
i want to apologize. i snapped at you the last post. in reality i barely
read your post mainly because i was angry with something that i was dealing
with at work and then i went off because i needed someone to shoot.
it isnt any better at work... i may end up not continuing the developement
of the app that i started almost 2 years ago, but then that isnt really what
i was hired for.
thanks for your help, you have helped me to understand more of what things i
need to think about for the next time around.