C
ChristimeS
I'm having a problem with access 2000 on my system. I have uninstalled and
reinstalled it several times and occasionally the problem is fixed for a
short time and then reoccurs. I have code that runs at my clients and on my
laptop and was running perfectly on my desktop but now doesn't. I am using
the following line of code on doing a resize of forms based on the screen
size.
strName = frm.Parent.NAME
the error I get is "The expression you entered has an invalid reference to
the Parent property.
I'm also having other problems like when I use on error resume next doesn't
skip to the next line after the error but returns the error.
Also my help files are missing for some of the properties of recordsets and
if I press F1 on one of them I get an error to fix my help files but they
never get fixed. This is very frustrating and I know it relates to my
references but I can't see anything wrong with them. Sorry for the length of
this message but would really appreciate it if someone could point me in the
right direction. Thanks Chris
reinstalled it several times and occasionally the problem is fixed for a
short time and then reoccurs. I have code that runs at my clients and on my
laptop and was running perfectly on my desktop but now doesn't. I am using
the following line of code on doing a resize of forms based on the screen
size.
strName = frm.Parent.NAME
the error I get is "The expression you entered has an invalid reference to
the Parent property.
I'm also having other problems like when I use on error resume next doesn't
skip to the next line after the error but returns the error.
Also my help files are missing for some of the properties of recordsets and
if I press F1 on one of them I get an error to fix my help files but they
never get fixed. This is very frustrating and I know it relates to my
references but I can't see anything wrong with them. Sorry for the length of
this message but would really appreciate it if someone could point me in the
right direction. Thanks Chris