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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write Calculated Control From Report to Table

Status
Not open for further replies.

fishtek

Technical User
Aug 21, 2002
56
US
I have a report with calculated controls whose values I want to store back in a table whenever I run the report. Is there a way to take the values generated by the report and write them to a table I have created in the database? Thanks for the help!
 
Why would you ever what to do such a thing Fishtek ? This is totally against the rules of relational database design and screws up all you data integrity.


If you really, REALLY, REALLY want to do it then just bind the control to the field.


G LS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top