capturing input from a prompt

T

Tonyony

I have a small access 2000 db that I am entering a phone
number into to look up a name. If the name does not exist
I loose the phone number I entered. How can I capture the
entered parameter and populate a text box on my form. Any
help would be greatly appreciated.

Thanks

Tony
 
M

Marshall Barton

Tonyony said:
I have a small access 2000 db that I am entering a phone
number into to look up a name. If the name does not exist
I loose the phone number I entered. How can I capture the
entered parameter and populate a text box on my form. Any
help would be greatly appreciated.


Use an unbound text box on the form to enter the number.
Then change the query to use the text box instead of a pop
up prompt. Just cange the criteria in the query from [Enter
Phone No.] to Forms!thenformname.thetexxtboxname
 
T

Tony

Excellent this worked out great. Have a great day I know
I will.

Tony
-----Original Message-----
Tonyony said:
I have a small access 2000 db that I am entering a phone
number into to look up a name. If the name does not exist
I loose the phone number I entered. How can I capture the
entered parameter and populate a text box on my form. Any
help would be greatly appreciated.


Use an unbound text box on the form to enter the number.
Then change the query to use the text box instead of a pop
up prompt. Just cange the criteria in the query from [Enter
Phone No.] to Forms!thenformname.thetexxtboxname
 

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