|
Packaging for multiple office versions
Hi
I need to package one of my access apps and send to clients. My app calls
outlook to send emails. The problem is that client pcs can each have a
different version of outlook (2000, xp, 2003 etc.). How can I package my app
that it will work with any version of outlook?
Thanks
Regards
...
|
18 |
29.12.2005 11:20:49 |
|
THE > SUPER-MONEY-SOURCE <
THE > SUPER-MONEY-SOURCE <
This special program is acquire copyrighting-protected, only with the
participation you the copyrighting at this program. Prohibited utilization
leads to the notice!
THE > SUPER-MONEY-SOURCE <
In this program, there is really money.
1200.- Euro / dollar and MORE are in only 3 weeks possible with only 5
participants!! Example, you get Euro o...
|
1 |
22.12.2005 17:13:43 |
|
DoCmd.OpenQuery
Does anyone have an easy method to pass parameters to the stored proc name in
the DoCmd.OpenQuery?
I know I can use a QueryDef and pass parameters that way but was wondering
if there was an easy way using DoCmd.OpenQuery.
...
|
2 |
28.12.2005 14:19:57 |
|
Append query - unable to add row
Hi,
I created a form with a few text boxes. I want to input some data in those
fields and if I click on a button this data will go into the corresponding
table.
I created an append query for this but I always get the same error message:
"You are about to append 0 rows". Those anybody know what this problem might
be?
cheers...
|
3 |
25.12.2005 18:46:19 |
|
Earn money Online - without risk!
Earn money Online - without risk!
For all people, who can utilize money.
Are you on the search for a lucrative source of income? Would you like to
work of at home out of, without
yourself you someone makes directions? Would you yourself like to
determine, when, how much and like often you
salary?
Then you should take yourself a couple minutes time. You happily will be
that you ...
|
1 |
25.12.2005 01:35:45 |
|
Programming office assistant
Hi
Is it possible to program office assistant in access 2000 for one's own
purpose? I would like something like the attached to popup when I need to,
via code. The user should then be able to highlight an option and click a
button to show what action they want.
Thanks
Regards
begin 666 assistant.jpg
M_]C_X `02D9)1@`!`@``9 !D``#_[ `11'5C:WD``0`$````/ ``_^X`#D%D
M;V)E`&3 `````?...
|
8 |
22.12.2005 11:14:44 |
|
Developing and syncing MS Access on with Pocket Access
Hi there,
I want to be able to use some software to synchronize
a MS Access database between a pc and several Pocket
PC PDA's. Each PDA will have a replica of the database on it.
I have wrote a front end for the database on the pc
and on the PDA's ( each PDA is running windows mobile
2003)
What I need is sync software that will sync all the
changes on either device (the pc and the p...
|
1 |
22.12.2005 01:21:42 |
|
Make MDE for different versions of Access
Good Afternoon, and apologies in advance if this has been covered a hundred
times before.
I'm doing some development work, in Access 03 and distributing the prog with
the runtime version.
Trouble is, I have some clients who are using Office XP, and they are
getting the "incompatible database format" issue when trying to use the same
MDE I'm shipping out with the 2003 runtime.
The ...
|
4 |
21.12.2005 17:21:03 |
|
Adding Records can be a record...
Hi,
I need help.
I am rather new at rdbms like Access 2003, or SQL Server 2005.
Here is the groundwork for my question:
I have a table called 'People'. It has a primary key and the field I chose
for it is called 'PeopleID'. This table also has another field called
'PeopleAttributesID'.
Another table is called 'PeopleAttributes'. With field 'PeopleAttributesID'
which is the prima...
|
3 |
21.12.2005 17:16:02 |
|
Autorun.inf "Beginner's Guide"
Hi;
Have been searching for a "Beginner's Guide" to Autorun.inf without much
luck.
Have read Microsoft's MSDN pages and they explain what can and/or should go
into an Autorun.inf file but not the basics. Seems more for an experienced
user.
Did create a simple Autorun, (2 lines as described at Microsoft), and it did
start the install program.
Discovered by accident that when the CD...
|
5 |
21.12.2005 16:55:43 |
|
Help: ASP updating SQL to Access
I try to do update to Database through ASP.
There are two textbox in the form, "txtstyID" and "txtstyName".
The code is like that:
<%
.... ...
strSQL="UPDATE qryStylesAll SET Style_Name = '" & request.form("txtstyName")
& "' WHERE Style_ID =" & request.form("txtstyID")
.... ...
%>
e.g. txtstyID =24,
It didn't work,
Then,
When I response.write the strSQL, It showed:
"UPDA...
|
2 |
21.12.2005 16:31:02 |
|
Distributing an application (ACCESS 2000)
Hello --
I will distribute my first application.
My understanding of what I need is:
- Split app into FE and BE
- Use http://www.mvps.org/access/tables/tbl0009.htm to re-link on each run
of app
- Create MDE
- Use Developer Edition to distribute Access Runtime files
- Use http://www.sagekey.com/ as install package to avoid conflict with
installed versions of Access
Are there other ...
|
4 |
21.12.2005 16:21:01 |
|
Runtime Install Moves Tartget
Hi;
The A2K MDB front end and the MDE back end are both secured.
Package and Deployment wizard works correctly and the Runtime setup installs
all of the files correctly.
However; the Runtime folder is installed in different sub-folders on
different computers.
The Shortcut Icon Target normally is:
"C:\Program Files\Runtime\MSACCESS.EXE" "C:\Program
Files\MyProgramFolder\MyDbase.mdb"...
|
1 |
20.12.2005 20:55:36 |
|
Query Question HELP HELP HELP
I have a single table that has the following 3 fields
DefectNr DCINr DefectType RebuttalDate
1801 10N11111 715 12/01/2005
1801 10N11111 101
1801 10N11111 202
1802 10N22222 715
I need to identify the DefectNr (1801) that has an actual RebutalDate and then
pull all 3 of the ...
|
3 |
20.12.2005 12:20:02 |
|
Access 2003 Developer Tools with 2000
I work in an Office 2000 environment. I am developing an Access 2000
application and want to distribute it to users who do not have Access
installed. The ideal solution would be to use Office 2000 Developer Tools'
Access Runtime, but unfortunately Microsoft no longer sells the developer
tools for 2000.
Is it possible to use the Access 2003 Runtime even though the app is
developed & ma...
|
2 |
17.12.2005 15:03:49 |
|
Form Replication property
Hi,
I have an Access 97 application which needs to be converted into Access
2002. I tried converting my application and it did go through well except few
things.
Actually, my 97 application is full of Replicated objects (Tables, Queries,
Forms, Macros.....). So, when I convert into 2002, my tables and queries got
the replicated sign on them but my forms, reports & macros doesn't show t...
|
2 |
16.12.2005 21:03:22 |
|
Access Database Distribution, mulitple versions...
I created a variety of databases for different people within my company to
use. Almost all of them have a backend database on our server and a client
version on each user’s individual computer.
I've been pulling my hair out trying to get things to work because we are
using a few different versions of Office. If I buy Microsoft Visual Studio
Tools for Office 2005, can I bypass the ...
|
2 |
16.12.2005 20:08:40 |
|
Using a function to set a global const
I know I can't do this directly, but how might I accomplish the same thing. I
am trying to set this constant in a module:
Global Const dbPath = Left(CurrentDb.Name, (InStrRev(CurrentDb.Name, "/")))
I know I can't use functions to declare this constant, but how do I set it
otherwise?
Thanks
Bill
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx...
|
3 |
16.12.2005 16:03:08 |
|
Access to Quicken import
I have a question to import data from Acess to Quicken 2002. I have a
invoice I fill out in Access which I need to export specific fields into
quicken to automatically populate the same specific fields in quicken. Is
there anyway I can do this? I have found converters online that will convert
a excel file to qif, but I can't seem to do the same for the invoices. Is
this a permanent...
|
1 |
16.12.2005 03:18:02 |
|
Need Help with Package Wizard
Hi
I hope someone can help on here with this.
I am having problems using the package wizard. I can run theough the first
couple of steps on the package wizard, but when it asks for a language to
cache, it fails to install the necessary files.
I have found the resolution on the MS KB site about copying the files to the
HDD, and the renaming the exe file to SETUP.EXE, but whenever I sel...
|
1 |
15.12.2005 09:23:02 |
|
Access 2003 Package Wizard
Using the Access 2003 Package Wizard how can I create more than one shortcut
for my program? I remember with the 2000 Package and Deployment Wizard I was
able to create more that one shortcut. I find it very inconvenient that I
cannot create more than one shortcut with the 2003 version of the package
wizard.
Why is this and how can I work around this to create multiple shortcuts for
my pro...
|
2 |
15.12.2005 01:32:12 |
|
Date Difference
Does anyone have some code to calculate the number of business days between
two dates excluding holidays and weekends? For example, The number of
business days between 12/19/2005 and 12/30/2005 = 8....
|
2 |
14.12.2005 17:33:39 |
|
Adding Minutes to a time field to create a new time value
I have been trying to implement a form that ask me How many minutes to add to
the time I put on another text field that has been formatted as a medium time
format field, using the following expression:
=DateAdd("n",[text37],[Text34])
Where [Text37] has the # of Minutes and [Tex34] the initial time.
I have this expression in the OnGotFocus property if my [text37] field but I
get not...
|
2 |
10.12.2005 01:43:18 |
|
Re: Which ODE to acquire?
It does work on XP as well, correct? Can I assume that it
is more liberal for what versions of operating systems the
install package will run on?
Also I understand that VSTO 2005 may be out now. Would you
know what the key 'enhancements' would be to 2003?
Thanks...
Gary
@@@@@@@@@@@@@@@@@@@@
Microsoft only sells the most recent version, Visual Studio
Tools for Office
2003, so y...
|
3 |
09.12.2005 21:56:00 |
|
Which ODE to acquire?
Out of all of the various ODE versions, which one would be
the smartest for me to purchase when considering 1) the
total software cost to me, 2) fewest installation issues on
client machines due to different Windows and Office
configurations and 3) best packaging wizard features? I
suppose availability may also be a factor as MS has said
that they no longer have the disks to replace my...
|
2 |
08.12.2005 22:12:19 |