J
Joy Mendleson
Hi there,
I would like to enhance my combo box by changing the default value in the
following way, if it is possible...
The form is called Course Information.
Here is some sample data:
PrimaryKey Course No. Start Date Course Name
------------ ----------- ----------- -------------
1 11 03-May-04 Fire Prevention
2 11 10-May-04 Fire Prevention
3 12 04-May-04 Ladders
4 01 05-May-04 Smoke Detectors
The values in my combo box are sorted by Course No. (A) Start Date (A).
The primary key is not displayed, but it is used to put the selected record
in text boxes.
The query is primary key, Course No (ASC), Course Start Date (ASC) and
Course Name.
So right now, when I open the form the value displayed in the combo box is
Course No. 11,
and when I click the arrow, the box opens at 11 03-May-04 Fire
Prevention.
I assume it does this because this entry has primary key = 1.
I would like my combo box to display course 01, it just seems more
intuitive to display the first course number (which can change),
and scroll down, than to display a number in the middle!
Any thoughts? Thanks!
Joy
I would like to enhance my combo box by changing the default value in the
following way, if it is possible...
The form is called Course Information.
Here is some sample data:
PrimaryKey Course No. Start Date Course Name
------------ ----------- ----------- -------------
1 11 03-May-04 Fire Prevention
2 11 10-May-04 Fire Prevention
3 12 04-May-04 Ladders
4 01 05-May-04 Smoke Detectors
The values in my combo box are sorted by Course No. (A) Start Date (A).
The primary key is not displayed, but it is used to put the selected record
in text boxes.
The query is primary key, Course No (ASC), Course Start Date (ASC) and
Course Name.
So right now, when I open the form the value displayed in the combo box is
Course No. 11,
and when I click the arrow, the box opens at 11 03-May-04 Fire
Prevention.
I assume it does this because this entry has primary key = 1.
I would like my combo box to display course 01, it just seems more
intuitive to display the first course number (which can change),
and scroll down, than to display a number in the middle!
Any thoughts? Thanks!
Joy