A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I add a "Go to" box to a form?



 
 
Thread Tools Display Modes
  #1  
Old January 24th, 2009, 09:47 PM posted to microsoft.public.access.forms
Gordy
external usenet poster
 
Posts: 36
Default How do I add a "Go to" box to a form?

I have developed a form linked to a table and want to use box to search a
reacord and then have it displayed in the form with corresponding data.
  #2  
Old January 24th, 2009, 10:11 PM posted to microsoft.public.access.forms
Wayne-I-M
external usenet poster
 
Posts: 3,674
Default How do I add a "Go to" box to a form?

Hi

You can insert a combo bo that will display the records - there is a wizard
to crete this to search your form.

Click the tool box then comob box than follow the on-screen directions.

--
Wayne
Trentino, Italia.



"Gordy" wrote:

I have developed a form linked to a table and want to use box to search a
reacord and then have it displayed in the form with corresponding data.

  #3  
Old January 24th, 2009, 10:17 PM posted to microsoft.public.access.forms
Linq Adams via AccessMonster.com
external usenet poster
 
Posts: 1,474
Default How do I add a "Go to" box to a form?

The standard way to do this would be with a combobox. If you haven't already
done so, create a form based on your table or query, including all the
fields you want displayed. Then simply:

Add a combo box to your form. The Combobox Wizard will pop up

Select "Find a record based on the value I selected in my combobox."

From the table or query the form is based on, click on the field you're
searching by (a field that is unique for each record) to move it to the right
side.

Hit Next.

Size the column appropriately.

Hit Next.

Name the combobox.

Hit Finish.

Now you can drop the combobox down and scroll down to the item to search by,
or you can start to enter the item, and the combobox will "autofill" as you
type. Hit Enter and the record will be retrieved.

If you insist on using a textbox, do the above, then plug the code Access
generates for the combobox into the AfterUpdate event of the textbox. Just
replace name of the combobox with the textbox name.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200901/1

  #4  
Old January 25th, 2009, 10:53 PM posted to microsoft.public.access.forms
troy23
external usenet poster
 
Posts: 55
Default How do I add a "Go to" box to a form?

Easiest way is to use the combo box wizard


For FREE Access ebook and videos click here
http://access-databases.com/ebook




On 24 Jan, 21:47, Gordy wrote:
I have developed a form linked to a table and want to use box to search a
reacord and then have it displayed in the form with corresponding data.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:16 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.