Update Query

  • Thread starter Thread starter Guest
  • Start date Start date
anunes said:
How can I update a report without opening and closing it.

Thanks

What do you mean "update." Do you mean change the data or do you mean
change the design?

You don't need the report to change the data, and I am not sure if you
can open a report directly in design mode.
 
You don't need to open the report. Just update the data in some way, either
one record at a time via a form or by means of an update query to update a
batch of rows.

Ken Sheridan
Stafford, England
 
A report merely reflects the data its based on, so if you update the
underlying data in the tables the report will reflect the updated data next
time its opened.

Ken Sheridan
Stafford, England
 
I've just seen your earlier post. Do you mean the report is open and you
want it to reflect data updated while its open? If so you will have to close
it and open it again after the updated data has been committed to the
table(s).

Ken Sheridan
Stafford, England
 
Ken said:
I've just seen your earlier post. Do you mean the report is open and
you want it to reflect data updated while its open? If so you will
have to close it and open it again after the updated data has been
committed to the table(s).

Ken Sheridan
Stafford, England

Is there a "refresh" command for a report?
 

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

Back
Top