G
Guest
Under Office 2003 Access, I have an older database that has a form that does
not perform under Vista as it does on my XP system.
I have an un-indexed, two field Table with the first field being a 3
character code and a second field being a description:
Wood Types
Type Description
BEE Beechnut
BOX Box Elder
BUC Buckeye
BUT Butternut
Formerly when I went to my wood inventory form, I would click on the combo
drop down arrow to display the wood types, click on the appropriate line and
the code would be entered on the form. Pertinent properties of the COMO
field are
Control Source Type
Input mask
Row Source Type Tablw/Querry
Row Source SELECT DISTINCTROW [Wood Types].Type, [Wood Types].Description
FROM [Wood Types];
Bound Column 1
Format >
Column Count 2
When the Form is used, the drop down logic displays two columns with only
the Description data and the code is no longer inserted into the COMBO Box.
It appears that this usage of the COMBO box is to simple to place in any of
my reference books. I would appreciate a solution. TIA justphilip
not perform under Vista as it does on my XP system.
I have an un-indexed, two field Table with the first field being a 3
character code and a second field being a description:
Wood Types
Type Description
BEE Beechnut
BOX Box Elder
BUC Buckeye
BUT Butternut
Formerly when I went to my wood inventory form, I would click on the combo
drop down arrow to display the wood types, click on the appropriate line and
the code would be entered on the form. Pertinent properties of the COMO
field are
Control Source Type
Input mask
Row Source Type Tablw/Querry
Row Source SELECT DISTINCTROW [Wood Types].Type, [Wood Types].Description
FROM [Wood Types];
Bound Column 1
Format >
Column Count 2
When the Form is used, the drop down logic displays two columns with only
the Description data and the code is no longer inserted into the COMBO Box.
It appears that this usage of the COMBO box is to simple to place in any of
my reference books. I would appreciate a solution. TIA justphilip