I want to be able to send an Access report to a printer that automatically attaches and Acrobat PDF to the end of the report.
In this simple example, I have a form letter that I want to generate from Access and have a 2-page PDF go with it as one job so our printer/stapler will treat it as...
Thank you for taking the time to reply on this! Yes, creating another report might solve the problem, but I wanted something more flexible.. and solving problems the code way is always more fun. ;)
I'll give it a shot.
Well, it would, but it would only produce as many blank lines as there are records in the left-join table. That's the problem, because the end-user is ASKED how many blank lines they want.
This may seem like a weird scenario, but here it goes. I have a one-to-many relationship with two tables, where there may, on occasion, be no records in the many, and I want to pick up on that circumstance and print a seperate report for the user to print a report (actually a hand-fill-in form)...
This is probably a really stupid question, but I want to commit values to a table for a record that is already partially populated, without using a form and VBA code only.
I have no problems coming up with the values I want, but without using a form to bring focus to the record I want to...
I've worked with forms and creating coded links to picture files (jpegs), (rather than bloating my db with OLE objects), and it works pretty well, however, I'm not sure how to print those linked pictures in a report??
Namely, the problem is, that there is no place to trigger code to update the...
Is there a quick and dirty way to print multiple copies of the same report without using a code counter (do/while)?
What I'd like to do is have a field on a form with a "number of copies" to be used to print that many copies of the report.
I have a report that I want to be able to change the layout via code, from data supplied from a table. I'm trying to change the top/left positing of the report fields on the fly to meet the demands specified in a parameter table.
It doesn't appear there are any field positioning controls that...
I have a report that I want to be able to change the layout via code, from data supplied from a table. I'm trying to change the top/left positing of the report fields on the fly to meet the demands specified in a parameter table.
It doesn't appear there are any field positioning controls that...
Use the Jet Compact utility. This handy little program lets you rebuild corrupt databases created in Access that Access' own compact and repair function won't.
I have a copy of it if you need. I'm sure it was a freebee, but I can't remember where I originally got it.
You could probably code for it using the shell function, but another idea would be to link the tables in the databases you want into a central location. That's what I've done for my uses in having all the data centrally located.
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.