I am trying to write a database for circulation records of a small school library. I am trying to create a form where the students of each class are listed (as they visit the library by class) in a continuous form, but that provides new checkout records for each student. It seems that my choices are to either list all information (students and their current checkout records), or no information at all when "Data Entry" is yes. If I have "yes" for Data Entry, I can't see the students names or any information associated with them. The student information comes from one table, "People", and the Checkout information from the "Checkout" table. I have a query that combines the relevent fields for the form, but is there a way to see a list of students with blank records to fill in for their checkouts?
In addition, I'd like to include information for each student that is taken from a separate totals query that totals their current checkouts and overdue books. Ideally, I'd like to have that information available for each student on this form. However, I have been unable to work that information into the query for this form, as it makes the recordset uneditable. I've tried adding text box controls to the form and using Dlookup to extract that information from the totals query, but so far have not gotten anything to work. At this point, I don't know how much of my problems are syntax and how much relate to the nature of the totals query.
Does anyone have any ideas for me? I'll be to the first to admit I'm not an expert. It's been several years since I worked with Access at this level. Some of it is coming back, but other parts are a bit mind-boggling at the moment.
THanks for your help.