refresh form based on query

  • Thread starter Thread starter McLean J
  • Start date Start date
M

McLean J

I have a form based on a query of two tables, the main one
being "tblOrder"
I have a button on that form that i'm using to basically
duplicate part of a record. It runs an SQL statement that
appends several fields into the "tblOrder" table.

I then want to REFRESH the form and go to that newly
created record. I have tried Me.Refresh and still no
luck. Any ideas?
 
Back
Top