Can I update data in a report ?

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

Guest

Can I update data in a report ? There are many fields (most of them are
currency and date fields) in my report and I'd like to update directly these
fields on the report instead of tables where they come from ? Can I ? Please
help.

Anton
 
A report is a display of data for your users. It is designed to be viewed
or printed. (You can't correct a typo in Word while you are viewing the
"print preview", for example.)

To update data, you must use a form or query.

Note: You should never update through the table directly. Tables are
buckets for your data, they are not user interfaces.

Rick B
 
Back
Top