Adding and Deleting Phrases from drop-down menus

S

Spring

Help!

I inheritated an Access data base but have never used Access. On a data
entry form there are drop down menus. I need to change the information in
these drop down menus--I figured out how to change the title of drop down
menu but not the information in the drop-down. I am using Access 2000. Any
help would be much appreciated!

Thank you
 
B

BruceM

Are you referring to a menu on the menu bar, or to a combo box on the form?
If the former, you can edit the menu bar by right-clicking the menu bar and
selecting Customize. If the latter, you need to change the row source.
What do you mean by "the title of drop down menu"? How did you change it?
A more detailed response will depend on the details of your situation.
 
S

Spring

it is a combo box--"combo247" box. When I am entering data into the sheet I
can use the combo box to pick either "code A, code B, code C..." I need to
change "code A, B,C etc" I can see that the row source is "SELECT
Manufacture" but I am not sure what that means.
 
B

BruceM

Combo 247 is most likely an arbitrary name that Access assigned to the combo
box. The Row Source continues beyond what you can see. To look at the rest
of the Row Source, right click on the text and select Zoom. The Row Source
is expressed in a SQL (Structured Query Language) statement. SQL, very
briefly, is a database computer language for managing data in relational
databases.
The window where you can see the Row Source, name of the combo box, etc. is
called the Property Sheet. For another way of viewing the SQL, click the
Row Source on the Property Sheet, then click the three dots to the right of
the row. You will be presented with a query design grid, which will tell
you among other things the table (or tables, maybe) used for the Row Source.
You can edit this query. If you save it you will be prompted to give it a
name. If you give it a name, that name will become the Row Source. It is
the same SQL, but it is stored as a named query. If you do not save it (or
if you give it a name) you will be asked upon closing it if you want to
update the property. If you want to change the Row Source, click Yes. In
any case, you can view the query results before saving it by clicking ViewWith the query open you can also click View >> SQL to look at the SQL. If
somebody asks you to post the SQL, this is how you find that information.
As I said, you can change or edit the Row Source, but I can't be more
specific without knowing more about the SQL, and maybe something about your
project's structure. It may be more than I can get into here if you are
just starting up the learning curve, but there is information available that
will help you find your way around. One source of information is here:
http://allenbrowne.com/tips.html
In particular, see the Tips for Casual Users. Crystal's Access Basics is an
excellent overview; the other links tend to be more specific. There is also
a Links link on the right side of the page. There are many other resources
there.
 
S

Spring

Thank you!

BruceM said:
Combo 247 is most likely an arbitrary name that Access assigned to the combo
box. The Row Source continues beyond what you can see. To look at the rest
of the Row Source, right click on the text and select Zoom. The Row Source
is expressed in a SQL (Structured Query Language) statement. SQL, very
briefly, is a database computer language for managing data in relational
databases.
The window where you can see the Row Source, name of the combo box, etc. is
called the Property Sheet. For another way of viewing the SQL, click the
Row Source on the Property Sheet, then click the three dots to the right of
the row. You will be presented with a query design grid, which will tell
you among other things the table (or tables, maybe) used for the Row Source.
You can edit this query. If you save it you will be prompted to give it a
name. If you give it a name, that name will become the Row Source. It is
the same SQL, but it is stored as a named query. If you do not save it (or
if you give it a name) you will be asked upon closing it if you want to
update the property. If you want to change the Row Source, click Yes. In
any case, you can view the query results before saving it by clicking View
With the query open you can also click View >> SQL to look at the SQL. If
somebody asks you to post the SQL, this is how you find that information.
As I said, you can change or edit the Row Source, but I can't be more
specific without knowing more about the SQL, and maybe something about your
project's structure. It may be more than I can get into here if you are
just starting up the learning curve, but there is information available that
will help you find your way around. One source of information is here:
http://allenbrowne.com/tips.html
In particular, see the Tips for Casual Users. Crystal's Access Basics is an
excellent overview; the other links tend to be more specific. There is also
a Links link on the right side of the page. There are many other resources
there.
 

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