thanks lupins46,
but that lebans utility doesn't seem to work with reports containing images outside the mdb and referenced in the report by their names.
Hi,
several Access 2002 reports containing records with image and text should be printed and binded with pages numbered continuosly from the beginning of the binder to the end.
DoCmd.OutputTo will not work with images.
how to export Access reports with images and text to Word?
need a report with employee text fields stacked on the right side of a photo field.
some text fields of a record might be empty and the blank line(s) should not appear, instead the next text field(s) data should occupy the empty lines.
although I used the proper detail session properties of...
Hi,
small net has 3 xp stations connected via a Linksys dsl router, plus a Linksys printer server connected to the 4th port of the router as a station.
one of the xp stations can't see the print server although it sees and comunicate to the other stations.
have already uninstalled and...
Leigh,
Your suggestion works fine!
How to avoid booking either same vehicle on the same time (or time interval) and/or same driver on the same time (or time interval)?
I inserted these two conditions on tblBooking via 2 indexes (DateBegin + DateEnd + VehicleID and DateBegin + DateEnd +...
Hi,
How to struture tables to allocate transportation resources to clients?
This an internal transportation service: internal clients call in advance to schedule a service with a certain type of vehicle on a certain date.
At the last minute, the dispatcher will assign the avaiable vehicle...
I don't have experience with API, just heard about problems deploying apps and crashes. I just skimmed over the papers you referenced and dumped the code you offered which worked well.
The code didn't read a folder on acc97, so I included an if statement to check for the existence of C:\My...
jrbarnett said: it is all to easy to map the my documents directory to be outside the user profile in most versions of Windows. Instead, I would read the Personal key from within the following registry section:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell...
I could not find VBA help for the System.PrivateProfileString command as referenced!
Can some one point it more precisely to me.
VBslammer's alternative seems simple, but I'm trying to avoid API calls.
Thank you
Werneck
Hi
How do I get the string of the following register section, in Acc97 vba code? Is there a simple code for this like using the Environ()?
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User
Thanks
Hi
How do I get the string of the following register section in Acc97 vba code? Is there a simple code like using the Environ()?
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User
Thanks
Hi
I need to export files to the My documents folder in Windows XP.
How to get the Windows user name to assemble the path string to its My documents folder (like the example bellow)?
C:\Documents and Settings\UserName\My documents
Thanks
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.