I have a file called activities
It has a many to many relationship to a file called children
As it is a many:many reæationship, I have made a file called chiildren_activities with 3 fields:
ID
ID from file Children
ID from file activities.
I have made a browse with the activities.
What I want is:
If there is no record with present child and activity - make such a record.
Update an Icon in the activity browse
If there is a record - be able to delete it, and again update the icon field
I just even cannot get started...
Edvard Korsbæk