I've been using a free command line executable from http://www.blat.net. It allows me to programmatically send attachments with emails without the computer having to have Outlook. All it needs is to have SMTP available on the computer.
I've automated bringing jpegs from a camera to the hard drive and then storing the path so I can display the image on a form. The problem I'm having with the newer cameras in the 3 megapixel range is that a Win98 machine will give me the error that the image format is not supported. But the same...
Make your label for each field a text box and use the following expression to show/hide the label: =iif(isnull([fieldname]),"",[fieldname]). Then set all the text box "can shrink" properties to yes and also the report detail section "can shrink" property to yes...
One in-elegant way I've done this is to use a macro to run an append query to append the record that contains the information for the label to a temporary table. Set the macro to repeat 20 times so you have the 20 records that the report needs to print all 20 labels. Then make sure to clear all...
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.