filtering form with a field not currently in the form

  • Thread starter Seba via AccessMonster.com
  • Start date
S

Seba via AccessMonster.com

Hello,

I have a table with the following fields ManagerLast Name, First Name,
Password. In one the forms I created, it has many fields from different
tables including the ManagerLast Name field and another field call
ManagerApproved, however, not a password field. I would like to create a VBA
command so that I have an inputbox where a user will type in his/her password
and the form will filter to show only the Manager's Last Name and any
ManagerApproved fields where the field equals to "NO". How can I go about
doing this? Do I add a text box to the form first with the password field
and then create teh VBA? Any help would be great. Thanks in advance. I
tried doing this in a macro and works great, but when I try to call this in a
Switchboard, access just hangs and this is why I think the VBA command might
help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top