jtseltmann
Programmer
Trying to use a string variable to create a form name reference and i just can't get it to work. Found some help here on the boards and tried this but I generate an error. The error is "...can't find the form 'MasterdataSplitInd' referred to in a macro or expression or visual basic code."
Using access 2000
Inside a function:
Using access 2000
Inside a function:
Code:
Dim thisform as Form
Dim thisstring as string
'set the form name
thistring = "MasterdataSplitInd"
Set thisform = Forms(thisstring)