I have placed an unbound combo box in the form header for searching records.
The combo box properties are:
Name: cboID
Row Source: SELECT ID, Desc FROM Table1
Column Count: 2
Bound Column: 1
Limit to list: Yes
I have set the AfterUpdate event procedure:
with Me.RecordsetClone
.MoveFirst...
I have structured a table to record timetable data for classes with the following fields:
GroupID
DayNo
PeriodNo
SubjectID
InstructorID
RoomID
The DayNo ranges from 1 to 5, and each day has 9 periods represented in PeriodNo. There will be 45 records for a given GroupID.
I would like to have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.