If you're asking, how do I store the value of a report's "field" (actually,
a report's control) into a table's field, you can't do it from the report.
You'll need to use a form that has the same information as the report and do
it that way. Or run code that uses the report's RecordSource (if it includes
a field that is "bound" to the specific control on the report) to directly
edit / manipulate the table.
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.