Access field and labels

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top