Search results

  1. S

    Switch Board Question

    Greetings! I wanted to have a switch board available to my users. On the switch board I wanted to have a combo box where the users have multiple choices. For example, if a hotel was offering choices. The choices could be: Room Reservation Conference Room Reservation Catering Dance Hall...
  2. S

    Count vs. Function for Attendance Report

    Greetings! I'm trying to make an Attendance Report for my students. I want the report to show each student and how many times they've been "Present", "Late" or "Tardy" in a month and in one year. I've set up my db with two tables. Table 1 - contains Student ID and Student Names Table 2 -...
  3. S

    Do I need a macro for this? If so, how?

    Hi, Here's a sample of the database that I'm working on. I'm trying to help teachers take attendance of all of their students and so have the following tables. tblAdmin - List of Teachers and their IDs tblAttendance - Courses, Student IDs, the Date and the Status (tardy, etc..) tblCourseInfo -...
  4. S

    Macros and Dates

    Hi, I want to have a macro on a form where it will populate dates for all the records based on a date. Envision a Form that has a blank for the Teacher to fill in the current date. Once the Teacher fills in the current date (i.e. April 3, 2006) and pushes a command button, the macro will take...
  5. S

    Attendance Form - Need to auto update names and dates

    Greetings, I'm trying to create an attendance form for my school. I have an Attendance Form already that has the following information: Student Name Date of Attendance Attendance Code What I would like it to do is, automatically populate the date for all the students enrolled in the class. So...
Top Bottom