Strange problem

  • Thread starter darren via AccessMonster.com
  • Start date
D

darren via AccessMonster.com

Hi

I am experiencing some strange form behaviour.

I have a form ( let's call it frmMain) and on it I have a tabbed page control.
On one of these tabs I have subform (fsub1) and on this fsub1 i have another
subfrm (fsub2).

If I go into fsub1, edit the contents of a field then click in a field in
fsub2, then fsub1 seems to requery and focus goes back to fsub1 and the field
with the 1st tab stop.

I checked my code on the form modules and couldn't find anything, then I
commented out all of my code on all 3 forms and it still does it. Hence I do
not think this is to do with my code.

Thinking this through it would appear that this is happening when fsub1
updates. Once this has happened once it does not reoccur unless you move to a
new record on FrmMain.

Any ideas?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top