I dont think I can do an update query because the 2 fields dont have anything in them. It knows what records to update because I have the 2 fields txt box's in the form using the [Add Existing fields property in the form view] So it starts off at record 1 in the "tblReview" and then when I enter the date and signature, it puts that data on the table.
I am trying to use a code or some thing so I dont have to enter in the same date and signature 20-40 times. I want it so when I click the button "btnSubmitReview" it copys the data from the first records 2 fields "ReviewDate" field in "tblReview", "ReviewBy" Field in "tblReview" to all the records.
|