Search results

  1. M

    Calendar Control Source

    I used the following code in a database which is having some minor problems. The user is to type in a date and the change should be throughout the document. This change is not reflected. Also, the user should be able enter a start time, calculate the end time and the start time for the next...
  2. M

    Form: Broadcast Schedule not finding over write

    I have a form which if a time to start a program is typed in (the programs has a table that tells the length of the programs) it automatically calculates the end time and the next row has the new time to start. Well, here's the problem if a time is entered that overlaps with the new time I...
  3. M

    Form is misunderstandig code

    I am getting the error message (The expression On Open you entered as the event property produced the following error: User-defined type not defined). The following is the code I used for the document: --------------------- Private Sub Form_BeforeUpdate(Cancel As Integer) On Error GoTo...
  4. M

    Sorting data within List Box on Form to Work with Report

    I am having a problem with a list box where the user chooses several options to bring back data onto a report. My problem is that if the user selects K-1 (kindergarten to first grade) it only chooses K-1 information. What I want it to return is K-1 plus all first grade listings as well. If...
Back
Top Bottom