Find Form Record

  • Thread starter Thread starter GaryF37 via AccessMonster.com
  • Start date Start date
G

GaryF37 via AccessMonster.com

I don't know if this is the correct verbage - But what I have is a Form based
on a table. I want to find a "form record", by having the user be prompted
to enter each control and have the form with the selected record show up.

Thanks for your help

Gary
 
You said you want the user to be *prompted to enter each control* and then
have the form move to the specified record. Does this mean you want the user
to input values into multiple controls before moving to a record? If so, how
many?

If I've misread your post and you only want them to enter a value in one
control, then one option would be to use a combo box and have them select a
pre-existing value from one of the fields in your table. you can use the
combo box wizard for this if needed.
 
ya, there are two controls needed to find the actual record in the form, one
is the project # and the other is the CTC# - which the project required a
"ctc" done every month
You said you want the user to be *prompted to enter each control* and then
have the form move to the specified record. Does this mean you want the user
to input values into multiple controls before moving to a record? If so, how
many?

If I've misread your post and you only want them to enter a value in one
control, then one option would be to use a combo box and have them select a
pre-existing value from one of the fields in your table. you can use the
combo box wizard for this if needed.
I don't know if this is the correct verbage - But what I have is a Form based
on a table. I want to find a "form record", by having the user be prompted
[quoted text clipped - 3 lines]
 

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

Back
Top