Problems with saving and loading data and events

S

STM

I work with an Access 2003 database which is placed on a server and has many
users.

In some forms I want to choose a value from a combination box and use this
value to load a new form, or to load values from the database into the
current form.

Very often it happens that no data is loaded! If I then close the form and
try again it will work. (I have programmed the change-event to the
combination box, but I am not sure if this event always is trigged.)

Is there anything I can do to awoid this problem?
 
Top