I have a form called 'Form_show_login'
Inside is two textboxes, one called ownerName and one, ownerPassword
Also is a button called 'frmlogin'
I have two tables, one called DBOwners which has the fields, DBOwnerID (autonumber), DBOwnerName, DBOPass, DBGroupID (f-key) and DBAdmin (bool)
And...