Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Handling Report Fields in VB 1

Status
Not open for further replies.

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!
 
You can just say:
Me.TotalChecks

But I hope you are happy with what you are doing, it seems to be breaking so many rules ... :)
 
Thanks Remou.

I'll give that a try.

Rules of Access or company rules???

I'm kosher on the latter.
 
Rules of Access, I will try and dig up some quotes, if you like.

Glad to hear that you are not sneaking company totals :-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top