H
hermie
In the field [ss] on my data entry form I put code in the afterUpdate
field. The code runs but not update the field in table notas. First I get
the message: You are about to run an append query that will modify data in
your table. when I click OK a second message appears which says: You are
about to append 0 row(s) What should be 1 row
What is wrong with the code?
Private Sub ss_AfterUpdate()
DoCmd.OpenQuery ("Students_Without_Matching_Notas")
Run
DoCmd.Close ("Students_Without_Matching_Notas")
DoCmd.OpenQuery ("addssnota")
End Sub
any help is welcome
Herman
field. The code runs but not update the field in table notas. First I get
the message: You are about to run an append query that will modify data in
your table. when I click OK a second message appears which says: You are
about to append 0 row(s) What should be 1 row
What is wrong with the code?
Private Sub ss_AfterUpdate()
DoCmd.OpenQuery ("Students_Without_Matching_Notas")
Run
DoCmd.Close ("Students_Without_Matching_Notas")
DoCmd.OpenQuery ("addssnota")
End Sub
any help is welcome
Herman