Refresh data

  • Thread starter Thread starter Georges
  • Start date Start date
G

Georges

Hi

I'm reading a file and adding the table to a table throw
the form: FrmCommande.

Is it possible to display the data after importing in the
form FrmCommande

I'm using this code but it's seem working
Forms!FrmCommande!SbFrm_LineCommande.Requery
Forms!FrmCommande!Sb_FrmPiecesCommande.Requery
Forms!FrmCommande.Refresh
DoCmd.GoToRecord , "frmCommande", acLast

Any help please

Thanks
 
I'm not fully understanding what is not working? Please provide more details
about how you're adding a table (?) and how the data are getting to the
table? and how the form "sees" the data?
 
Back
Top