matrixknow
IS-IT--Management
- May 3, 2007
- 78
I have a dummy question. I have a sub in a module and I need the value of a Textbox. However how should I do this correct ?
not ok
not ok
He sais Main does not exist, in the form tab he is listed and in the properties I can't find a name. He use a different caption for the form.
Code:
strPath = Forms!Main.txtPath.Value
Code:
strPath = Forms!Main!txtPath.Value
He sais Main does not exist, in the form tab he is listed and in the properties I can't find a name. He use a different caption for the form.