badgateway
Programmer
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
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