Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tab Control weird behaviour

Status
Not open for further replies.

chogben

Programmer
Apr 5, 2002
73
GB
Every now and again the controls outside of the tab point to a different record to those inside the tab. Moving off the record and back again seems to fix it, but it keeps re-occuring. This happens less than 1% of the time.

Does anyone what's causing this or more importantly, how to fix it.

Here's some background.
It's a split database - an .mdb for the data and a .mde for the front end. All the controls in question are from the same table. The .mdb is 10mb and the .mde is 1.5mb, both sit on a network. The files are compacted daily. User security has been applied. There can be upto 10 users logged on, but only a few will be 'active' at a time.
 
I beleive you have a timer running on another form open at the same time as this one with the tabs. Everynow and then that form tends to steel code focuss in the background. Make sure that before you run any kind of continuous code in the tabbed form smth like while, loop make sure to bring focus to your form explicitely in code

smth like

forms!my tabbed form.set focus

Good luck,
Kuzz

"Time spent debating the impossible subtracts from the time during which you
can try to accomplish it."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top