D
DJS
. Reply (E-mail) Forward (E-mail)
Subject: Re: Access 2000 Combo Box Problem
From: "(e-mail address removed)"
<[email protected]> Sent: 12/28/2003
11:08:41 AM
I've done as you suggested. The bound column is correct.
I'm still having the problem.
I may not have been as specific as I should have with my
last post. Perhaps some clarification will help.
I stated that the wrong information was appearing. The
field is showing information from a totally different
record, not data from the same record. Also, if I try to
type a specific name into the field, "Smith," for example,
I will get the proper name - until I hit "Enter" or move
to another field - then the data will change to another
name, such as "Jones."
Any ideas?
Thanks....
Subject: Re: Access 2000 Combo Box Problem
From: "(e-mail address removed)"
<[email protected]> Sent: 12/28/2003
11:08:41 AM
I've done as you suggested. The bound column is correct.
I'm still having the problem.
I may not have been as specific as I should have with my
last post. Perhaps some clarification will help.
I stated that the wrong information was appearing. The
field is showing information from a totally different
record, not data from the same record. Also, if I try to
type a specific name into the field, "Smith," for example,
I will get the proper name - until I hit "Enter" or move
to another field - then the data will change to another
name, such as "Jones."
Any ideas?
Thanks....
..-----Original Message-----
You should check the bound column property of your combo box. Whatever the
value of the bound column is will be what is stored in the field. Usually
combo boxes hide their first column by setting the column width properties
and making the first column 0" wide. Check your combo boxes bound column and
column width properties to get a clear picture of what it's doing.
.