K
K
Kirill Batalin2016-09-26 19:40:24
Database
Kirill Batalin, 2016-09-26 19:40:24

How to save form data in Microsoft Access?

There are 3 tables
DwymCcf.png
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:
xrKusGT.png
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]));

How to keep the elder? How to implement post editing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artyom Karetnikov, 2016-09-26
@art_karetnikov

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 question

Ask a Question

731 491 924 answers to any question