show query results in current form

  • Thread starter access 2000 forms/queries
  • Start date
A

access 2000 forms/queries

have a working append query with a parameter and set it up to run from a
command button in my form.....

my problem is that while the record appends to the table, the form doesn't
populate the form with that appended record.

want form to populate with the record entered

Thanks,Jeanette
 
A

Access101

Messing around with these should help ... they also work on indiv controls
(if the list in a combo box contents changes as a result of something)

Me.Recalc
Me.Requery
Me.Refresh
Me.Repaint
 
Top