Open Form

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hello,

I want if I open Form_B from a bottom in form_A to add
informations, the data in Form_A will be automaticly
refresh and displayed, I tryed

Private Sub Form_Unload(Cancel As Integer)
docmd.requery (Form_Frm_A)
End Sub

But it's not seem working

Any help please
 
Back
Top