Hi all,
In my report footer, there is a company logo image.
When I export it to .rtf, that logo wan't come to rtf file.
DoCmd.OutputTo acOutputReport, rptSTUDYQA, acFormatRTF, "C:\Documents and Settings\User\Desktop\RBI SOFTWARE DEMO\working\mdb\temp_rpts\rptSTUDYQA.rtf", False
who could I...
Hi All,
In
Settings -> Printers and Faxs -> Adobe PDF [Adobe PDF Properties] => Ports
Default port is My Documents\*.pdf
clicking "Add Port" button can add new port. How could I set new port through VBA code.
* I found there are 2 places in registry, I changed those two palses also, but it...
Hi All,
In
Settings -> Printers and Faxs -> Adobe PDF [Adobe PDF Properties] => Ports
Default port is My Documents\*.pdf
clicking "Add Port" button can add new port. How could I set new port through VBA code.
* I found there are 2 places in registry, I changed those two palses also, but it...
Hi,
I have Ms Access file. I want to use vb form (vb project) to open that access file.
Q1. How could I pass a string value from vb form to Ms access application's start up form. Because no one can open access application without running vb application.
Q2. Is it possible to use "Shell"...
Hi,
I have Ms Access file. I want to use vb form (vb project) to open that access file.
Q1. How could I pass a string value from vb form to Ms access application's start up form. Because no one can open access application without running vb application.
Q2. Is it possible to use "Shell"...
Thank U PHV (MIS) for the reply,
I check this code, reg. Values are changed. But PDF save path still prompting My Documents folder.
Could U please help me to solve this.
ThankX in Adv.
Lasitha Alawatta.
Hi All,
I'm converting Access Reports to PDF format.
I want to change PDF Printer's Port. Default is
My Documents\*.pdf .
In RegEdit 2 places have that value.
1) HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/ CurrentVertion/Print/Printers/Adobe PDF/Port...
Hi All,
I have 2 start-up forms. I want to pop-up one form according to logon user. Is it possible to do this through the vba code?
Thaking you all,
Lasitha.
Hi PHV (MIS),
I used following VBA code to re-link my databases,
Dim CurDB As Database, tdfLinked As TableDef
Dim DBPath As String
Set CurDB = CurrentDb
DBPath = "C:\Documents and Settings\2004.11.16\rb.mdb"
For Each tdfLinked In CurDB.TableDefs...
Hi All,
I have two mdb files, one file is a cilent version and other one is server version. I'm going to install through the setups those two files (mde).
Client db file have link tables with server db, forms, reports etc.,
In server version has only tables.
I want to set a password to these...
Hi All,
I have two mdb files, one file is a cilent vertion and other one is server vertion. I'm going to install through the setup those two files (mde).
Client db file have link tables with server db, forms, reports etc.,
In server vertion has only tables.
Problem is when I install client...
Hi All,
I have Adobe 5.0 Writer, MS Access 2000 installed in my machine.
I need open the MS Access report and i need to convert that report to PDF and save it to hard disk through code.
Is there any sample code to do this.
ThankX,
Lasitha Alawatta.
Hi All,
I have two mdb files, one file is a cilent vertion and other one is server vertion. I'm going to install through the setup those two files (mde).
Client db file have link tables with server db, forms, reports etc.,
In server vertion has only tables.
Problem is when I install client...
Hi All,
I have Adobe 5.0 Writer, MS Access 2000 installed in my machine.
I need open the MS Access report and i need to convert that report to PDF and save it to hard disk through code.
Is there any sample code to do this.
ThankX,
Lasitha Alawatta.
Hi,
I have access application which contains different forms, some forms are bind with tables.I want to set permissions to those forms accoringly logging person.
ThankX,
Lasitha
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.