Refresh data

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
 
K

Ken Snell

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top