I have a form to compile course evaluation. This form is base on a table called "activity"and on a subform called "questions".
I need a button command in this form which create a table with the actual record parameter.Ex: I just finished to fill the form and I want a button command to create a table with the record I filled.
This table is useful because I build a report based on this table. Actually, I used parameters in a query which create this table but I would be more fine to do this in one step when I am working in the form.
I need a button command in this form which create a table with the actual record parameter.Ex: I just finished to fill the form and I want a button command to create a table with the record I filled.
This table is useful because I build a report based on this table. Actually, I used parameters in a query which create this table but I would be more fine to do this in one step when I am working in the form.