i am getting the following error in an on click event for a login form i have created.
Run-Time error '2447':
There is an invalid use of the . (dot) or ! operator or invalid parenthesis.
the debugger highlts the following field:
![computer_login] = Me.txtUser_hidden
now, this is in reference to db attatched @ http://www.access-programmers.co.uk/forums/showthread.php?t=163000&highlight=multi+user+login under the frmUserLogon form. i have taken liberties with the naming of my fields, but i did not make any drastic changes to the VBA coding itself. i am starting to go nuyts with this. help as always is appreciated.
Thanks!
Run-Time error '2447':
There is an invalid use of the . (dot) or ! operator or invalid parenthesis.
the debugger highlts the following field:
![computer_login] = Me.txtUser_hidden
now, this is in reference to db attatched @ http://www.access-programmers.co.uk/forums/showthread.php?t=163000&highlight=multi+user+login under the frmUserLogon form. i have taken liberties with the naming of my fields, but i did not make any drastic changes to the VBA coding itself. i am starting to go nuyts with this. help as always is appreciated.
Thanks!