Hello,
I’ll try to explain my problem:
I have a container with 2 forms.
First one contains one record of a table.
Ex: TABLE CLIENT
Fields: NAME ADRESS DATE ITEM
The user can create a new record with a name, adress ans date.
Second form contains all records of the table ITEMS :
ITEM NAME INFORMATION
I add a field on the form: TAG which is a checkbox (YES/NO)
I want to add in the table CLIENT for each ITEM with TAG = YES:
NAME ADRESS DATE ITEM
I don’t know in with event select all check records. I try to create a button in first and second form, without success.
I give you a image of the container, because my English is so poor…
Best Regards,
Olivier