capdownlondon
Technical User
I have a table that keeps track of targets and points for kids at the school i work at and the table has these fields:
-Name
-week starting
-target 1
-target 2
-target 3
-points 1
-points 2
-points 3
etc......
Okay, now what i need to do:
Now lets use little Johnny as an example.
I entered Johnnys Targets at the begining of the week using a form.
And his points on relevant days on a seprate form.
Now Johnnys Targets don't change that often, say once a month, sometimes more often, sometime less.
Is it possible to use a query, or say create a button on a form to when clicked or run will:
-search for Johnny's(or any other child whos record it is) previous weeks Targets.
-create a new row in the table with the same Targets for Johnny, but with the next week start and blank points fields.
-Name
-week starting
-target 1
-target 2
-target 3
-points 1
-points 2
-points 3
etc......
Okay, now what i need to do:
Now lets use little Johnny as an example.
I entered Johnnys Targets at the begining of the week using a form.
And his points on relevant days on a seprate form.
Now Johnnys Targets don't change that often, say once a month, sometimes more often, sometime less.
Is it possible to use a query, or say create a button on a form to when clicked or run will:
-search for Johnny's(or any other child whos record it is) previous weeks Targets.
-create a new row in the table with the same Targets for Johnny, but with the next week start and blank points fields.