All,
I have a text box on a form and I would like the following code to read it
This is fine if the box is visible, if the box isn't visible then it wont read it.
I would like the box not visible to the user but still be able to read it.
Is this possible?
Thanks
Martin
I have a text box on a form and I would like the following code to read it
Code:
userloggedon = Forms.frm_homepage.user_id.Text
This is fine if the box is visible, if the box isn't visible then it wont read it.
I would like the box not visible to the user but still be able to read it.
Is this possible?
Thanks
Martin