Is there a way to suppress the connect to database dialog box? I am trying to create a custom login form. I am connecting to my database with a very limited user identifier so I can ask the user for theirs through a custom form. If the user enter the correct user identifier, everything is fine. If the user enters the wrong user identifier, when I issue the connect statement the message -ERROR- The current user identifier will not allow access to any table. (2318). I can turn the error message off. What I want to do is suppress the dialog box that follows so that I can present my form again.
Any ideas?
Thanks Damian
