Current Record

L

Lesley

When printing or recording ifnormation from a record; how
do I get it goto the current record?
 
J

Jeff Boyce

Lesley

Define "current". How does Access know that is the record you consider
"current"?

If you are working from a form, and have a record showing (i.e., "current")
that you want to "send" to the report, you can add a command button that
uses something like (actual syntax may vary):

DoCmd.OpenReport "YourReportName", ..., "YourID = " & Me!YourIDFieldName

Good luck

Jeff Boyce
<Access MVP>
 

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