Hello,
I've been trying to print an access report to pdf.
I've looked at thread707-1119207 and it runs - the printer icon pops up and shows that a document is spooling, the adobe icon shows that pages are printing to pdf. However when it is all done and there is nothing left in the print que...
Hi,
Currently in my listbox I have a rowsource of
SELECT region_nbr, GEO_REGION FROM qry_choose_region UNION SELECT "*", "-- All Regions --" FROM MsysObjects ORDER BY GEO_REGION;
I would like to assign this rowsource programmatically to the variable strRowSource as shown below...
Hi,
I'm trying to run the code below but I get the error message "Method or data member not found". I have already add the references 'Microsoft Outlook 10.0 Object Library' and 'Microsoft Outlook View Control'. It get hung up at the
'myOLApp.CreateItem(olMailItem)' part of the code.
Thanks for...
I have a program that will send a report to email addresses contained in a table. The problem is that Outlook opens and I have to click on the "send" button everytime before the program loops and the next email is created. How do I programmatically click on the "send" button. Also, if there is a...
I'm getting an error code when I click my button that says
"Compile error: Sub or Function not defined". How do I prevent this?
FYI I'm trying to email a report based on a number if a table called tblEmail. One report for each line in the table. Thanks.
Mike
Private Sub Command79_Click()...
I have a report based on a table, 'DATA1'. For each unique groupnbr in 'DATA1' I want to export a report to show only the data for that group number and save the name of the report to be based on the value on the group number.
For example if group number = 1234 then I want the
recordsource of...
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.