F
Frank Situmorang
Hello,
I have the church officer form that takes data from member table. I want it
if there is no member, I add the member than I can directly see in the church
officer form the added name. This is VBA:
Private Sub Form_AfterUpdate()
Forms!FRMPelayanJemaat!Nurut.Requery!Nurut.Requery
End Sub
This works perfectly when it is an additional record in the member table,
but if I want to edit the name when I see it wrong.
Then when I colse the member table, coz i want to go church officers form,
there is a debug saying syntax error, then I close the VBA windows, and I go
to chruch officers form, yes I can see the edited name to be in put in the
church officers form.
My question is why it happend to have a syntax error.
What I need to add in the above VBA.
Thanks in advance
I have the church officer form that takes data from member table. I want it
if there is no member, I add the member than I can directly see in the church
officer form the added name. This is VBA:
Private Sub Form_AfterUpdate()
Forms!FRMPelayanJemaat!Nurut.Requery!Nurut.Requery
End Sub
This works perfectly when it is an additional record in the member table,
but if I want to edit the name when I see it wrong.
Then when I colse the member table, coz i want to go church officers form,
there is a debug saying syntax error, then I close the VBA windows, and I go
to chruch officers form, yes I can see the edited name to be in put in the
church officers form.
My question is why it happend to have a syntax error.
What I need to add in the above VBA.
Thanks in advance