R
Reddhead
I am doing a program to keep track of students in a
class. We want to know where they sit in the class room,
their name and their grade in the course. Using the
Visual Data Manager to create a database that contains
one table to house this information. The program should
display a seating chart of the room with the occupied
desks denoted by a different color than the rest.
How can I access the table in order to determine if the
seat is occupied or not and have it (based on that
determination) color labels on the form for each of the
occupied/unoccupied seats?
I am using 20 lblSeat ( 0 - 19) but am not sure how to
access the table and have it return a value(?)
Thanks!
class. We want to know where they sit in the class room,
their name and their grade in the course. Using the
Visual Data Manager to create a database that contains
one table to house this information. The program should
display a seating chart of the room with the occupied
desks denoted by a different color than the rest.
How can I access the table in order to determine if the
seat is occupied or not and have it (based on that
determination) color labels on the form for each of the
occupied/unoccupied seats?
I am using 20 lblSeat ( 0 - 19) but am not sure how to
access the table and have it return a value(?)
Thanks!