Requery Problem - Easy

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

Guest

Hello All,
I have a form (Allocation Summary) with a subform (EntryLedgerSUB). The
there is another form (Invoice Entry) which pops up for data
addition/modification to the data for Entry LedgerSUB. I have set a script to
refresh and recalc Allocation Summary when data is added and the new records
appear. However, there are calculations completed in the underlying Query
which I need to update when the data is updated. I tried to run requery but
the record always goes to the first in the table. Is there something I can do
to make it stick with that table? Any help is appreciated. Thanks, Adam Kemp
 
Hello All,
I have a form (Allocation Summary) with a subform (EntryLedgerSUB). The
there is another form (Invoice Entry) which pops up for data
addition/modification to the data for Entry LedgerSUB. I have set a script to
refresh and recalc Allocation Summary when data is added and the new records
appear. However, there are calculations completed in the underlying Query
which I need to update when the data is updated. I tried to run requery but
the record always goes to the first in the table. Is there something I can do
to make it stick with that table? Any help is appreciated. Thanks, Adam Kemp


Try Refresh instead or Requery. Not sure if it moves the pointer, but
it should refresh the form and it's calculations without gathering new
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

Similar Threads

Subform Requery Criteria 1
Requery a background form 2
Use Refresh/Requery 3
Requery subform 2
Access 32bit vs 64bit subreport refresh issue 0
Requery unbound textbox 1
Requery 2
Display subform total 1

Back
Top