E
ezil
As i migrated from ms-excel to access, access programming is new for me.
I need to use variables in many places i dont know how to use for e.g.
abc="ok" (abc is the variable i want to use in programme)
docmd.openrecord,"recordname",acreport,,filed1= abc
But while executing, it asks for abc value once again through parameter
value window which i already declared.
how to use variable in access i tried all the combination of & or "" or '
but it is not working
I need to use variables in many places i dont know how to use for e.g.
abc="ok" (abc is the variable i want to use in programme)
docmd.openrecord,"recordname",acreport,,filed1= abc
But while executing, it asks for abc value once again through parameter
value window which i already declared.
how to use variable in access i tried all the combination of & or "" or '
but it is not working