Hi,
I want to build an application for sale of text books in my school. This is what I have done so far: TI created a table tblStudents with the names of students and their classes, and another table tblTextBooks with the titles of books and their prices. My idea is to use a continuous form with a lot of check boxes against the student names. Each check box for each text book. You tick all the books that a student ordered.
How do I do this? How do I set up the check boxes?
Also, some people say that it is better to avoid a continuous form for data entry. Is it alright to do it? It will be very convenient.
Any help is greatly appreciated. Thanks.