Access: Export report to PDF using VBA

========= QUESTION ---------Using VBA, how do I export a report to PDF in Microsoft Access?   ========= ANSWER ---------Access 2010 option of opening report and outputting to PDF using the Access engine, not Adobe Acrobat Printer: see EXAMPLES --------- Other options: http://www.granite.ab.ca/access/pdffiles.htm   ========= EXAMPLES ---------Private Sub SendReports_Click() Me.CurrentStatus = "Sending Reports..." & vbCrLf & [...]

By |2011-05-04T10:05:40+00:00May 4th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: Export report to PDF using VBA

Access: Use VBA to copy files

========= QUESTION ---------How do I copy, move, rename files from within the VBA code of my Access project? --------- How do I write a file backup routine into my Microsoft Access project/form?   ========= ANSWER ---------See EXAMPLES   ========= EXAMPLES ---------        DoCmd.Hourglass True    DoCmd.SetWarnings False        'store a serial number in the parms table    'then read [...]

By |2017-12-01T23:47:49+00:00May 4th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: Use VBA to copy files

Domin name registation confirmation request

========= QUESTION ---------I received an email with a subject line of "<my domain> domain name registration confirmation request" claiming to be the authorized anti-cyber squatting org in China, demanding we respond, etc... Is this legitimate? Do I need to respond?   ========= ANSWER ---------NO! This is yet another Domain Registration Scam Ignore   ========= EXAMPLES ---------Dear [...]

By |2017-12-01T23:47:49+00:00May 3rd, 2011|Scams|Comments Off on Domin name registation confirmation request

Welcome to the new Client Portal

We are rolling out a new Client Portal solution to better serve our client needs in support, billing, and order fulfillment. Some exciting new features of this powerful new system include: online invoicing and payment options, trouble ticket system, domain and account management abilities. The new Client Portal system.can be accessed directly from the newly [...]

By |2017-12-01T23:47:49+00:00May 1st, 2011|anySiteSolutions.com, Billing, Client Portal|Comments Off on Welcome to the new Client Portal
Go to Top