Problem installing an Access 2003 packaged application
Tue, 9 May 2006 00:49:02 -0700
I have a n access db with all sorts of additional DLL's etc ehich I wish to
deploy to machines already haveing Access 2003 on.
If I just build a packagae form indside the VBE environmnmet asking the
system not to install Access 2003 runtime when I attempt to install the
packagae I get the message "the a ...
|
A2003 Developer Extensions
Sat, 6 May 2006 13:03:03 +0500
Am presently overseas, and installed VST for Office and the A2003 Developer
extensions on my laptop before departing. However, I overlooked (forgot) the
requirement for the language cache and do not have my A2003 CD with me.
Although the Packaging Wizard says to point it to the folder with
MSAccess.exe it ...
|
Developer Tool Kit
Fri, 5 May 2006 19:38:20 +0100
hi
I have created a standalone database system that imports excel files in to
access. I created a custom toolbar with the import tool and all works well.
Today i installed it on a new machine with no office and when I tried to use
the import tool it said it could not load the wizard and I had to go to
HEL ...
|
Can't create MDE file
Thu, 4 May 2006 09:23:02 -0700
I get the message "Microsoft Office Access was unable to create an MDE
database" when trying to compile. I have used the decompile switch on the
database to resolve this before but it is not working this time. Does anyone
know of anything else I might try or am I forced to go back to using a
non-compiled ...
|
Replacing VbCR in string with ","
Thu, 4 May 2006 04:15:01 -0700
I have imported into a table an XML file which details addresses. In the
table in shows the address as follows: 1635 W National Ave *Milwaukee, WI
53204-1130
The * is actually a little square box which I presume is the VBcr symbol.
I want to replace this with ",". How do I do it.
I have tried
Old = ...
|
Retrieve selected field name
Sat, 29 Apr 2006 16:50:01 -0700
Doug
First, the reason I want the event is because I use the same procedure to
undo any changes to the field when it loses focus by reading the third
parameter passed to setFieldColorsEffect. Remember the idea here is be able
to paste Call setFieldColorsEffect(Me, Screen.ActiveControl.Name, returned
act ...
|
Retrieve selected field name.
Sat, 29 Apr 2006 11:29:01 -0700
I use the following code and “setFieldColorsEffect “procedure to change
background color and field effect when a field receives focus.
Private Sub ptCategory_GotFocus()
Call setFieldColorsEffect(Me, "ptCategory", “GotFocus”)
End Sub
Is there a way to retrieve the selected field name and type action tak ...
|
|
|
How to add PDFs to Access 2003 database?
Thu, 27 Apr 2006 14:15:01 -0700
Hi!
I am rather new at this and now it seems that I got stuck :)
I am working on a database that requires pdf documents attached to its
records. Basically the database stores information about some articles, and I
need to attach a pdf copy of that article to each record.
Which is the best way to do it?
I ...
|
Visual Studio Tools for Office (developer)
27 Apr 2006 12:11:04 -0700
I have an XP machine that I'd like to install Access2002 and the Office
2000 developer on. Is Developer dependent on the OS or the version of
Access?
Also, do you think access mde's created on this setup will run on a
windows 98 machine that uses access runtime?
Thanks.
Karen
...
|
FORM to enforce a rule based sequence of events
Thu, 27 Apr 2006 06:15:02 -0700
I have a form issue that I can't quite resolve for a database that tracks the
test flow status of units on a production floor.
I have a base login table for units under test, with among other things an
'active' boolean field indicating that the unit has not completed testing.
I have an event table with a ...
|