Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gilave
  • Content: Threads
  • Order by date
  1. gilave

    Combo Box Freezes after first use

    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...
  2. gilave

    Timetable data-entry form

    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...

Part and Inventory Search

Back
Top