I have a Form w/subform that uses 65,000 records. I can print the current form with a cmd button I installed but I would like to export the same to an .rtf or something
with out sending all the records. Just the current one.
You should create a report. The report can be opened with a Where statement (see DoCmd.OpenReport) that will allow you to print the record(s) you want.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.