Hello,
I hope someone can give me some help.
I have coded a database and has been operational for about a year. I have been adding another section to the database and I am currently getting an error on code on code that has been working.
The following is the line of code that is causing the error.
Form_<formname>.<object>.visable=false
Error message received :
"Method or data member not found"
If I change the line of code to:
me!<object>.visable = false
It is not just the .visable, it appears when ever I use the "form_" And this is throuhout my code.
PLEASE HELP
Dave
I hope someone can give me some help.
I have coded a database and has been operational for about a year. I have been adding another section to the database and I am currently getting an error on code on code that has been working.
The following is the line of code that is causing the error.
Form_<formname>.<object>.visable=false
Error message received :
"Method or data member not found"
If I change the line of code to:
me!<object>.visable = false
It is not just the .visable, it appears when ever I use the "form_" And this is throuhout my code.
PLEASE HELP
Dave