Works on 2000, doesn't on XP

  • Thread starter Thread starter CJ
  • Start date Start date
C

CJ

I created (well copied from a book) a macro synchronizes
two forms.

The macro "Synch" is set as "OnCurrent" for "Form1"
It has one command "OpenForm":
- Form name: "Form2"
- Where: [Feild1]=[Forms]![Form1]![Feild1]

It works fine on my 2000 system at home, but on the XP the
2nd form opens but doesn't refleft the current Feild1
 
vanastal said:
I created (well copied from a book) a macro synchronizes
two forms.

The macro "Synch" is set as "OnCurrent" for "Form1"
It has one command "OpenForm":
- Form name: "Form2"
- Where: [Feild1]=[Forms]![Form1]![Feild1]

It works fine on my 2000 system at home, but on the XP the
2nd form opens but doesn't refleft the current Feild1
 
Back
Top