I am trying to password protect my database using a user table to hold individual names and passwords. I would like to be able to verify the password that the user enters on the login form to what is in table(filtered query) then if it matches, open the main form, and if it doesn't match, show a message box.
I am trying to do this in a macro using the condition column, but I get the error "You tried to run a visual basic procedure to set a property or method for an object. The component doesn't makethe property or method available for automation operations."
Does this mean I can not use a macro group to accomplish what I want?
I am trying to do this in a macro using the condition column, but I get the error "You tried to run a visual basic procedure to set a property or method for an object. The component doesn't makethe property or method available for automation operations."
Does this mean I can not use a macro group to accomplish what I want?