Answer the question
In order to leave comments, you need to log in
How to save form data in Microsoft Access?
There are 3 tables
Groups, students, prefects. It is necessary to make a form for adding a group with the ability to select/change the headman
Created a form, added a list to it:
The list takes data from the request
SELECT students.id, students.lastname, students.firstname, students.patronymic FROM students WHERE (((students.group_id)=Forms![groups]![id]));
Answer the question
In order to leave comments, you need to log in
Create a data source for the form, a query. Everything will be saved by itself when you move to the next record. We need a group and a leader in it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question