recno,recordcounter,goto, refresh

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)
 
G

Guest

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
 

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