recno,recordcounter,goto, refresh

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I have a sub form with records. While in sub form I would like to double
click that record and I want the main form to jump to that record and be
refreshed.
I have tried the refresh method in many places without any results.
I was thinking to store the record number or the key field (serviceid) for
example and then goto that record and then refresh the main form. I do not
have have much luck.
I was searching for ways to do that. Can you help? Thanks
(e-mail address removed)
 
You could create queries that show all of the records from your tables, then
have your forms bound to those queries, not to the tables. If you do this you
can use the ReQuery method to refresh the data in the forms
 
Back
Top