DreamGenius
Annoying Questionner
- Local time
- Today, 18:51
- Joined
- Jul 29, 2004
- Messages
- 116
I'm building a GUI to an existing database, starting with a form that contains various subforms, each of which shows categories of data from the database. Each subform is linked to the master form correctly using parent-children relationships and, once a record is selected, these work.
However, and here's where I'm missing the blindingly obvious I think, is that the combo box I'm using in lieu of a record selector isn't selectable! Here are the properties of the combo box:
The [Event Procedure] referred to is simply Me.Form.Requery and the purpose of the combo box is to simply select a member number from a drop-down list, whereupon the relevent attached data is displayed on the form and subforms, for perusal and editing.
The combo box is populated but not selectable - you can't click on an entry and it display the data for that member. Nor can you type in the combo box to select an entry.
Clues?
However, and here's where I'm missing the blindingly obvious I think, is that the combo box I'm using in lieu of a record selector isn't selectable! Here are the properties of the combo box:
Code:
Combo Box: Member
AllowAutoCorrect: True
AutoExpand: True
BackColor: 16777215
BackStyle: Normal
BorderColor: 10040115
BorderLineStyle: Solid
BorderStyle: Solid
BorderWidth: Hairline
BoundColumn 1
ColumnCount: 1
ColumnHeads False
ColumnHidde False
ColumnOrder: Default
ColumnWidth: Default
ControlType: 111
DecimalPlace Auto
DefaultValue: "010203"
DisplayWhen: Always
Enabled: True
EventProcPrefi Member
FontBold: No
FontItalic: False
FontName: Tahoma
FontSize: 16
FontUnderline: False
FontWeight: Normal
ForeColor: 0
Height: 450
HelpContextId: 0
IMEHold: False
IMEMode: 0
IMESentenceMode: 3
IsHyperlink: False
KeyboardLanguage: 0
Left: 56
LimitToList: True
ListRows: 8
ListWidth: 0
Locked: False
Name: Member
NumeralShap System
OldBorderStyle 1
OnChange: [Event Procedure]
ReadingOrder: Context
RowSource: Select [MEMBER] From [MEMBERS]
RowSourceType: Table/Query
ScrollBarAlign: System
Section: 0
SpecialEffect: Flat
StatusBarText: Enter Member Serial Number
TabIndex: 0
TabStop: True
TextAlign: General
TextFontCharS 0
Top: 623
Visible: True
Width: 2154
The combo box is populated but not selectable - you can't click on an entry and it display the data for that member. Nor can you type in the combo box to select an entry.
Clues?