Newbies EileenP Posted March 31, 2009 Newbies Posted March 31, 2009 Is it possible to create a simple method to the find matching records and constrain found set commands when you right click? I am designing a contacts database for two users who are not very computer literate and although the right click method is relatively straightforward, it would make my life much easier if I could put a couple of buttons on the interface to complete these tasks. The typical searches that we would need to do is: find people in the same geographical location From this group, find those with a specific qualification From this revised group, find those with a specific skill or skills Eileen
mr_vodka Posted March 31, 2009 Posted March 31, 2009 Enter Find Mode [] Set Field [ region; "NorthEast"] Set Field [ Qualification; "Certified" ] Set Field [ Skills; "CPR" ] Perform Find [] This will find everyone in the NorthEast that has been Certified with CPR skill.
Recommended Posts
This topic is 6074 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now