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  

help navigating a form



 
 
Thread Tools Display Modes
  #1  
Old June 2nd, 2004, 08:21 PM
jaberwocky
external usenet poster
 
Posts: n/a
Default help navigating a form


hi. I have an ACCESS 2003 DB, where i have created a form in which one
of the fields is a drop down box (list box). This drop down box list
contains over 200 names and is a bit cumbersome to get to the name i
want. Is there anyways i can use my down arrow button on my keyboard to
navigate to the next name in my list? Whenever i try using my down
arrow key,even with the field active all it does is jump me down to the
box in my form.

Also, when i open the form, is there anyway to get it to default to a
'new record' rather than opening up and always showing the first
record?

thanks


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

  #2  
Old June 3rd, 2004, 05:06 PM
Jackie L
external usenet poster
 
Posts: n/a
Default help navigating a form

Do you have Auto Expand property set to yes? Then, if you start typing it will move to that next record. Also if you click the down arrow (or the F4 key when that field has the focus) then you can use the down arrow or the page down keys. It just has to have the drop down already showing.

As far as going to a new record upon opening, on your On Open event of the form (Event procedure) put:
DoCmd.GoToRecord , , acNewRec



----- jaberwocky wrote: -----


hi. I have an ACCESS 2003 DB, where i have created a form in which one
of the fields is a drop down box (list box). This drop down box list
contains over 200 names and is a bit cumbersome to get to the name i
want. Is there anyways i can use my down arrow button on my keyboard to
navigate to the next name in my list? Whenever i try using my down
arrow key,even with the field active all it does is jump me down to the
box in my form.

Also, when i open the form, is there anyway to get it to default to a
'new record' rather than opening up and always showing the first
record?

thanks


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/


 




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 02:17 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.