How do I do to buy a value of a field of a report to a field of a table?

K

Ken Snell

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.
 
F

Frank Dulk

I am asking as I make a " comparison " of a field that this in the report
with a field that this in a table.

Something as:

If CompoRelat = CampoTable then
..
..
..
 

Ask a Question

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.

Ask a Question

Top