How can I transfer data from a form to a report?

M

mieke

Hi,

I have a form where a search can be done, but I want to be able to get
this in a report to be able to print this.

Any idea how i can do this?
 
O

OldPro

Hi,

I have a form where a search can be done, but I want to be able to get
this in a report to be able to print this.

Any idea how i can do this?

Use an Easy button. Seriously, what could this possibly mean? Do you
want to print the fields of a record selected by some search function
on a form? Or does it return a recordset?
 
K

Klatuu

See VBA Help for the OpenReport method - specifically the Where argument. It
filters the records used in a report.
 

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