Hi all,
Am a bit stuck with this one.
I have a table "tblReviews" with the following fields:-
Learn_ID
Review_PlannedDate
Review_ActualDate
Reviewer
I have an unbound form with the following txt boxes:-
txtLearn_ID
txtReviewStartDate (Format dd/mm/yyyy)
txtIntervalWks
txtAmountOfReviews (Number)
txtReviewer
What I would like to happen is after I have completed the above fields, appends the rows to my table.
So if
txtLearn_ID = Aj0982
txtReviewStartDate = 01/09/2005
txtIntervalWks = 1
txtAmountOfReviews = 4
txtReviewer = Ann
I would like to Add 4 rows to my table which should look something like the following:-
Learn_ID, Review_PlannedDate, Reviewer
Aj0982, 08/09/2005, Ann
Aj0982, 15/09/2005, Ann
Aj0982, 22/09/2005, Ann
Aj0982, 29/09/2005, Ann
I'm sure it is possible, just stumped on how to go about it.
Thanks in advance for any help.
Taff.
Am a bit stuck with this one.
I have a table "tblReviews" with the following fields:-
Learn_ID
Review_PlannedDate
Review_ActualDate
Reviewer
I have an unbound form with the following txt boxes:-
txtLearn_ID
txtReviewStartDate (Format dd/mm/yyyy)
txtIntervalWks
txtAmountOfReviews (Number)
txtReviewer
What I would like to happen is after I have completed the above fields, appends the rows to my table.
So if
txtLearn_ID = Aj0982
txtReviewStartDate = 01/09/2005
txtIntervalWks = 1
txtAmountOfReviews = 4
txtReviewer = Ann
I would like to Add 4 rows to my table which should look something like the following:-
Learn_ID, Review_PlannedDate, Reviewer
Aj0982, 08/09/2005, Ann
Aj0982, 15/09/2005, Ann
Aj0982, 22/09/2005, Ann
Aj0982, 29/09/2005, Ann
I'm sure it is possible, just stumped on how to go about it.
Thanks in advance for any help.
Taff.