A
A C
Hello
Our app has a front end with the forms and a backend with the linked data.
One of the forms (the form has a table in the backend as the datasource) has
11 combo boxes which are used for the user to pick the proper domain entries
for the record fields. Each combo has a domain table as its recordsource,
and the domain tables used by each combo is also in the back end.
The backend and front end are stored on the network server.
This form takes a huge amount of time to save changes during design, up to
25secs! During the save there is lots of network traffic. For example if I
were to open the form in design view (which also takes a long time), simply
move a button slightly sideways, and then close and save, it takes 25secs to
do this and there is a fair bit of network traffic. No other form takes
this long to save design changes to (they are almost instant), even others
which have combo boxes (admittedly not as many...). Removing the combo
boxes seems to remove the problem (and network traffic). Can someone tell
me what is going on here and how to get around this issue?
In case it is relevant, the combos often have multiple fields, one with the
value to store in the record and the other which is "useful"
text/description. For example an entry in the "Concrete Type" combo might
be something like (33f4 | 33% full 4 layer), 33f4 is the value stored in
the table's record.
Thanks
AC
Our app has a front end with the forms and a backend with the linked data.
One of the forms (the form has a table in the backend as the datasource) has
11 combo boxes which are used for the user to pick the proper domain entries
for the record fields. Each combo has a domain table as its recordsource,
and the domain tables used by each combo is also in the back end.
The backend and front end are stored on the network server.
This form takes a huge amount of time to save changes during design, up to
25secs! During the save there is lots of network traffic. For example if I
were to open the form in design view (which also takes a long time), simply
move a button slightly sideways, and then close and save, it takes 25secs to
do this and there is a fair bit of network traffic. No other form takes
this long to save design changes to (they are almost instant), even others
which have combo boxes (admittedly not as many...). Removing the combo
boxes seems to remove the problem (and network traffic). Can someone tell
me what is going on here and how to get around this issue?
In case it is relevant, the combos often have multiple fields, one with the
value to store in the record and the other which is "useful"
text/description. For example an entry in the "Concrete Type" combo might
be something like (33f4 | 33% full 4 layer), 33f4 is the value stored in
the table's record.
Thanks
AC