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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convertion acces 97 to access XP

Status
Not open for further replies.

badgateway

Programmer
May 27, 2002
16
BE
Hi guys, I have a question for you. I have an Access 97 program wich works perfect but when I convert it to XP it gives soms problems... I have a form with 2 subforms and if you double click in the subform I use something like
temp = Me.object

object is a member of the subform and also appears in the other subform. I got a warning that the db is closed but if I open the subform seperatly, so without the form and the other subform, it works perfect... Can anyone help me, I have to convert a lot of programs and I know I can do somthing like
temp = forms!namesubform!object
but are there also ohter solutions?

thx in advance
 
'Object' is a keyword - rename your fields to something else and give it a try.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top