473,769 Members | 6,653 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Entering Data for New Records

When I start to type the data for a new record, I would like a dropdown box to
open next to it from which I can choose the data from a previously entered
record that starts with the same letter. This is the way my previous database,
Approach, worked. I have tried using the form design toolbox wizard for this
but have had no success. I perused the Help menus and found some deficient
instructions on List, Combo and Dropdown. The dropdown icon is not in the
toolbox, as the Help says it should be. Please give me step by step
instructions, using the wizard if possible -- I realize some of you go right to
Basic and enter your instructions there, but I would prefer to employ the
user-friendly route. Thanks.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com
Nov 13 '05 #1
12 2285
Create your combo box and set the current reocrd souce to be the same record
source of your current form. Also, make sure that you select Unique Values
from the properties on the rowsource. Also, use yourcomboboxnam e.requery on
the OnEnter event of the combo box. This will refreshed the list when you
click on the box.

HTH
Paul
"Nhmiller" <nh******@aol.c omnojunk> wrote in message
news:20******** *************** ****@mb-m14.aol.com...
When I start to type the data for a new record, I would like a dropdown
box to
open next to it from which I can choose the data from a previously entered
record that starts with the same letter. This is the way my previous
database,
Approach, worked. I have tried using the form design toolbox wizard for
this
but have had no success. I perused the Help menus and found some deficient
instructions on List, Combo and Dropdown. The dropdown icon is not in the
toolbox, as the Help says it should be. Please give me step by step
instructions, using the wizard if possible -- I realize some of you go
right to
Basic and enter your instructions there, but I would prefer to employ the
user-friendly route. Thanks.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com

Nov 13 '05 #2
I've been trying to find a book/manual that explains how to use Access beyond
the most elementary level. Or is there a website that has the answers? What do
you use? The posts I've made here are for operations that should be in the Help
menus, but are not. I'm realizing that Access works by right clicking in
Design, choose Properties, then knowing what to do or select to get the Object
to display what I want. But it is rarely obvious what to do or select.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com
Nov 13 '05 #3
I use Sybex "Access 97 Developer's Handbook. Its quite good. It gets very
technical, but has introductions to concepts that you can follow.

Look up in the help on creating a combo box and then just change the record
source. Its quite simple. There are lots of websites. Just do a google
seach and type Access 97 Tutorial or something like that, you should find
lots. Also, Access comes with the "Building Applications With Microsoft
Access 97" manual. It has some good example too.

Good luck,
Paul

"Nhmiller" <nh******@aol.c omnojunk> wrote in message
news:20******** *************** ****@mb-m25.aol.com...
I've been trying to find a book/manual that explains how to use Access
beyond
the most elementary level. Or is there a website that has the answers?
What do
you use? The posts I've made here are for operations that should be in the
Help
menus, but are not. I'm realizing that Access works by right clicking in
Design, choose Properties, then knowing what to do or select to get the
Object
to display what I want. But it is rarely obvious what to do or select.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com

Nov 13 '05 #4
>Create your combo box and set the current reocrd souce to be the same record
source of your current form. Also, make sure that you select Unique Values
from the properties on the rowsource. Also, use yourcomboboxnam e.requery on
the OnEnter event of the combo box. This will refreshed the list when you
click on the box.


I opened the form that I use to enter data, in design. In the toolbox I clicked
on the Wizard icon. I clicked on the combo box icon. I then went through the
wizard and selected the first field, which is Category, to create its combo
box. For everything else I stayed with the choice already checked. In the end I
had a combo box which has the individual entry for every one of the 600 items
in my database for Category, even though there are only about 5 categories. But
this combo box does not do what I want. I want the field (Category) itself to
have a list that automatically shows when I type the first letter (like J for
Jazz or P for Popular), to give me a choice to select from. Then I can select
that Field to show up in a report. I cannot select a combo box to show up in a
report -- combo boxes are not on the field list.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com
Nov 13 '05 #5
>Create your combo box and set the current reocrd souce to be the same record
source of your current form. Also, make sure that you select Unique Values
from the properties on the rowsource. Also, use yourcomboboxnam e.requery on
the OnEnter event of the combo box. This will refreshed the list when you
click on the box.


Your directions do not coincide with what appears when I right-click on the
combo box listing (not the label) in forms-design, then click on properties and
proceed from there. For instance, Unique Values is not a choice in row source
-- there is Table Query, Value List and Field List. And there is only one
choice for On Enter, and that is [Event Procedure]. I have Access XP. If you
can give me detailed step by step instructions, I'll try again. Thanks.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com
Nov 13 '05 #6
I know combo boxes are not on the field list. That is because you created
the control on the form (which is fine), however, you are binding the
control to a field in a table..are you not? The field that shows up on your
report is the field that you are binding this control to.

The Unique Properties of this contol are found when you use the "Builder" to
the right of the record source. Just go there and double-click the grey
area above the GBE and you will see the properties...ju st select Unique
Values...NOT UNIQUE RECORDS!!!

HTH
Paul
"Nhmiller" <nh******@aol.c omnojunk> wrote in message
news:20******** *************** ****@mb-m29.aol.com...
Create your combo box and set the current reocrd souce to be the same
record
source of your current form. Also, make sure that you select Unique
Values
from the properties on the rowsource. Also, use yourcomboboxnam e.requery
on
the OnEnter event of the combo box. This will refreshed the list when you
click on the box.


I opened the form that I use to enter data, in design. In the toolbox I
clicked
on the Wizard icon. I clicked on the combo box icon. I then went through
the
wizard and selected the first field, which is Category, to create its
combo
box. For everything else I stayed with the choice already checked. In the
end I
had a combo box which has the individual entry for every one of the 600
items
in my database for Category, even though there are only about 5
categories. But
this combo box does not do what I want. I want the field (Category) itself
to
have a list that automatically shows when I type the first letter (like J
for
Jazz or P for Popular), to give me a choice to select from. Then I can
select
that Field to show up in a report. I cannot select a combo box to show up
in a
report -- combo boxes are not on the field list.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com

Nov 13 '05 #7
>I know combo boxes are not on the field list. That is because you created
the control on the form (which is fine), however, you are binding the
control to a field in a table..are you not? The field that shows up on your
report is the field that you are binding this control to.

The Unique Properties of this contol are found when you use the "Builder" to
the right of the record source. Just go there and double-click the grey
area above the GBE and you will see the properties...ju st select Unique
Values...NOT UNIQUE RECORDS!!!


I found I could change the entry area that follows the label to a combo box by
using the Change To command that appears in the list after right clicking on
the entry area of the form in design. That instruction is in the Access 2002
tutorial I just downloaded from Microsoft. (I have Access XP; I think Access
2002 is the same.) Can you now tell me what to do to get the unique list there.
I know you believe you already have, but the choices you give do not appear. If
I right click on the entry area of the form in design, and click on Properties,
the Data - Row Source Type does me the choice of Value List, as the tutorial
says it should. That's as far as I can get. The row source gives me the title
of my data base, and the titles of my two queries. By the "Builder," do you
mean the arrow or the 3 dots? What is GBE? Bear with me. This has been
unbelievably frustrating because the Help menus are so poor, and I have to
piece this together from many different sources. I can only hope I eventually
find a book that covers everything properly for Office XP -- I have requested
several from the library here -- two sound like they should be complete based
on their Amazon.com reviews. Thanks.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com
Nov 13 '05 #8
Hi Neil,

It seems that you are really having a tough time. It might be in your best
interest to take a 1 day training course. It would really be beneficial and
get you fast-tracked to where you need to be. You will spend countless
hours scouring over books trying to find something that may help you.
Another option, (what other people in this group have done) is send the
database to me and I will do it for you. There is a minor fee involved,
however, you get what you want and can see how its done. i usually do a
couple of examples so you can learn new techniques. What you are doing is
quite basic. I use this technique quite often.

Contact me at pz****@rogers.c om if you want to proceed.

Paul
"Nhmiller" <nh******@aol.c omnojunk> wrote in message
news:20******** *************** ****@mb-m04.aol.com...
I know combo boxes are not on the field list. That is because you
created
the control on the form (which is fine), however, you are binding the
control to a field in a table..are you not? The field that shows up on
your
report is the field that you are binding this control to.

The Unique Properties of this contol are found when you use the "Builder"
to
the right of the record source. Just go there and double-click the grey
area above the GBE and you will see the properties...ju st select Unique
Values...NO T UNIQUE RECORDS!!!


I found I could change the entry area that follows the label to a combo
box by
using the Change To command that appears in the list after right clicking
on
the entry area of the form in design. That instruction is in the Access
2002
tutorial I just downloaded from Microsoft. (I have Access XP; I think
Access
2002 is the same.) Can you now tell me what to do to get the unique list
there.
I know you believe you already have, but the choices you give do not
appear. If
I right click on the entry area of the form in design, and click on
Properties,
the Data - Row Source Type does me the choice of Value List, as the
tutorial
says it should. That's as far as I can get. The row source gives me the
title
of my data base, and the titles of my two queries. By the "Builder," do
you
mean the arrow or the 3 dots? What is GBE? Bear with me. This has been
unbelievably frustrating because the Help menus are so poor, and I have to
piece this together from many different sources. I can only hope I
eventually
find a book that covers everything properly for Office XP -- I have
requested
several from the library here -- two sound like they should be complete
based
on their Amazon.com reviews. Thanks.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com

Nov 13 '05 #9
>The Unique Properties of this contol are found when you use the "Builder"
to
the right of the record source. Just go there and double-click the grey
area above the GBE and you will see the properties...ju st select Unique


Is the "Builder" the triangle? What is GBE? Thanks.
Also, thanks for your offer to do the operation for me, but I just need the
proper directions. Something's missing from the directions you gave me, because
I am following them, but the choices you say are supposed to be there are not.
Let's not close off this thread. I hope if you'll answer the above questions,
I'll find what I'm looking for.

Neil
Cat Paintings At Carol Wilson Gallery
http://www.carolwilsongallery.com
Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1585
by: Rose | last post by:
I have a transactions table with a field named Transaction. I want Transaction to be positive for input and negative for outflow. How do I set up the form for entering outflow so for data entry, the value is entered as a positive number, is stored as a negative number and when the form is opened to the same record it displays a a positive number. Is the form based on a query and if so what does the Transaction field in the query look like?...
5
1486
by: Paul | last post by:
Hi This has taken me ages to work out but i'm sure there is a simple explanation and somebody here will be able to help. I'll talk you through it as best i can: 1. User enters dates on an initial form 2. This then opens up another form asking for shift colour (red/blue/green) and times shift start and end on dates entered in 1st form. 3. This is where the problem starts...I have set up queries to
1
5419
by: Scott269 | last post by:
So I've got an old MS Works database I imported into Access. I needed a primary key so I created a record number field that was just the record number I manually inserted when I entered it in the database so I could sort the records by the date at which they were entered. Well now I've deleted some of those records so its of course causing gaps in the records. The record number in Access no longer matches my record number that I...
1
1302
by: Fendi Baba | last post by:
I created a form based on a query, likewise the i also have a subform based on query, How do I create new records, allowing users to enter the data in the main form and subform together? Can this be done or must it be done independently?
2
2414
by: Eddie Malone | last post by:
Hi, I'm an access newbie. It is a great little toy and I'm trying to get better at it all the time. I am trying to design a form that will feed into a table. For example sake we will say there are three fields: 1-Unique # 2-Container # 3-Cartons
1
2163
by: jeffblk | last post by:
Hello: Is there a simple way to track who is entering records into a database? We have a one table, one form simple database that two people use to assign medical cases. We would like to know which user entered the record without the user typing in their name or picking their name from a drop down list in a field. We are doing this to measure productivity of our data entry staff. There is no login or passwords used to access the database....
4
5885
by: dirk | last post by:
Hey, I'm new to php and I'm trying to write some php code so that I can insert data into a mysql database using html forms. I've got two text forms and a submit button. When entering data and selecting 'submit' a new record in my database is created. So far so good... But when I enter data in only one content and hit the enter key a new record is created with one empty field. And that something I don't want to happen.
6
2804
by: robintwos | last post by:
Hi I would like to validate the while entering the data in a textbox for numeric values. it means . i would like to throw an error message when the user enters a character value. validation should happen while entering it self . I am looking for the piece of code in VB.NET. Please do help me Thanks
2
1695
by: robertns5411 | last post by:
I have two questions: 1) Say I have a form bound to a table. Assume the user is entering data into a new record at the bottom of the form. Now, suppose the user clicks a button on the form while he's still entering data and hasn't yet saved the record that he is modifying. How can the button's click event procedure test to know that the user is in the middle of entering new data? I've tried testing against the form's recordset's...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9997
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.