Could some one help me with a variable problem I am having. I declared and defined a variable in a module and made that variable public I can pass that variable from form to form and function to function no prob but I am having trouble using the variable to reference a tables field the variable does represent an acurate field name but I still get the object not recognized error any one have any idea why I am trying to reference the field using a statement like this:
[TABLE NAME]![VARIABLE NAME]
and then I tried this:
TABLE NAME![VARIABLE NAME]
then this:
[TABLE NAME]!VARIABLE NAME
and this:
TABLE NAME.VARIABLE NAME
I am sure the answer is a simple syntax thing but I could use any help
thanks for your time truly
John C
[TABLE NAME]![VARIABLE NAME]
and then I tried this:
TABLE NAME![VARIABLE NAME]
then this:
[TABLE NAME]!VARIABLE NAME
and this:
TABLE NAME.VARIABLE NAME
I am sure the answer is a simple syntax thing but I could use any help
thanks for your time truly
John C