jt643
Technical User
- Jun 17, 2003
- 144
I want to take the field from a Report Footer that stores the numbered results of a calculation on the report and transfer that value to a field on a table in my database.
I am attempting the following:
PreviousRst.Edit
PreviousRst!PreviousDraw = Me.TotalChecks.Value
PreviousRst.Update
PreviousRst.Close
Where Me.TotalChecks is the field on the report with the number I want to take to my 'Previous' table.
When I started coding this, the 'auto code' option was there for 'Value', but now for some reason 'Value' is not available.
Help!
I am attempting the following:
PreviousRst.Edit
PreviousRst!PreviousDraw = Me.TotalChecks.Value
PreviousRst.Update
PreviousRst.Close
Where Me.TotalChecks is the field on the report with the number I want to take to my 'Previous' table.
When I started coding this, the 'auto code' option was there for 'Value', but now for some reason 'Value' is not available.
Help!