Access runtime & Adobe Acrobat toolbar buttons
Thu, 4 Dec 2008 22:37:02 -0800
How can I do either or both of these?
1. Prevent Acrobat toolbar buttons from appearing in my app when used on a
computer on which Access runtime and Acrobat (full version) are installed.
2. Turn off this toolbar once it appears in such a situation.i
Without normal toolbar access (this is an MDE with all st ...
|
Data Access Page Development Questions
Thu, 4 Dec 2008 20:18:01 -0800
I am trying to design a Data Access Page to narrow down a 10,000 record
recordset based on two parameters: Bank Name and Bank State. This is supposed
to be a rush job, and I was trying to sidestep having our system
administrator add my request for PHP with an ODBC Access/ MS SQL driver into
their long queue
...
|
Runtime Error 432
Thu, 4 Dec 2008 15:57:01 -0800
I have a database report that is exported to Microsoft excel. Everything is
working fine up to this line of code: Set XlBook = GetObject(FNAME)
The code to define FNAME is as follows.
strFilter = ahtAddFilterItem(strFilter, "Microsoft Office Excel Files(*.xls)
", "*.xls")
FNAME = ahtCommonFileOpenSave(Filt ...
|
Upsize and performance
Thu, 4 Dec 2008 10:41:01 -0800
I have "upsized" to SQL server. My question is this...
When I go into Access I now see all the queries and tables in the SQL
database. Oviuosly there are many that I don't even use for this particular
application. Are they sucking up memory in my Access application? If so can
I somehow remove them from the ...
|
Print Multiple copies of a report or Label from within a vba proce
Thu, 4 Dec 2008 09:22:23 -0800
Hi, is there a simple method for printing multiple copies of a label or
report from within a VBA function.
Basically I want a user to be able to click on a print button from within a
form showing the contents of a product record and then specify how many
labels will be printed. I also need to store a defa ...
|
Calendar
Thu, 4 Dec 2008 08:18:10 -0800 (PST)
Hi,
I am looking for a calendar in Access - and I am not talking about the
a small widget to enable you to select a date more easily. No, I am
after something like the Outlook calendar - way beyond my coding
skills....
The obvious alternative is to use Outlook and to "link Outlook tables"
to my Access tables ...
|
Track changes made to all tables in a database
Thu, 4 Dec 2008 07:11:01 -0800
Is there a "relatively' simple way to track all changes made to my database?
I want a separate single table that tracks what was changed and who did it.
Thanks. ...
|
|
|
Access 2002 VBA Handbook
Thu, 4 Dec 2008 04:25:44 -0800 (PST)
Hi,
I've been struggling for years to upgrade my programming skills,
manly
using Access as it is the only software in my organization that could
enable me to complete a project (thanks God, this is a long term
project....)
Anyway, I bought several years ago Access 2002 VBA Handbook (Novalis-
Jones) which wa ...
|
CompactDatabase needs a Flush ?
Thu, 4 Dec 2008 00:36:04 -0800
Hey,
I am using the CompactDatabase method of the DBEngine on every system startup.
The system is running on XPe and so I can not be sure that a proper system
shutdown will always be done. Sometimes the system will be shut off by a
simple switch off of the PC.
So to be sure that the new created database is ...
|
Creating user level access based on department
Wed, 3 Dec 2008 20:52:01 -0800
This forum has been great and I really appreciate it. I'm looking to expand
my database a step further. We have a database for incident reporting which
tracks things within our facility. For every incident there is a department
assigned.
What I want to do is allow the department heads to open access and ...
|