Connecting Tech Pros Worldwide Help | Site Map

Can the Access2k wizards be run from code in the Runtime enviroment?

TWJohnson
Guest
 
Posts: n/a
#1: Nov 12 '05

Can anyone tell me how to run the Access2k wizards from code in the
Runtime enviroment? I need to do Address labels..perhaps there is
another way to approach to this besides the wizards. Can anyone help?
Thanks,

Terry
Trevor Best
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Can the Access2k wizards be run from code in the Runtime enviroment?


On Tue, 13 Jan 2004 19:58:00 -0600 in comp.databases.ms-access,
TWJohnson <us012343@cox.net> wrote:
[color=blue]
>
>Can anyone tell me how to run the Access2k wizards from code in the
>Runtime enviroment? I need to do Address labels..perhaps there is
>another way to approach to this besides the wizards. Can anyone help?
>Thanks,[/color]

I didn't think that the wizards were re-distributable with the runtime
environment.

You could do it by adding a reference to acwzmain.mde and calling
mlbl_entry("tablename") but will only work for people with Access
installed as I said, I don't think you can legally distribute that
file.


--
A)bort, R)etry, I)nfluence with large hammer.
TWJohnson
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Can the Access2k wizards be run from code in the Runtime enviroment?


Mr. Trevor: Thank you for your response. I understand your reply. I
knew how to do this with the retail version of Access but not with the
Runtime version. Thank you very much.
Do you have any ideas about how I might approach printing address
labels from the mde with the runtime version? Maybe exporting to MS
Word from a form or something like that?
Any ideas would be greatly appreciated.
Terry

On Wed, 14 Jan 2004 08:24:41 +0000, Trevor Best <bouncer@localhost>
wrote:
[color=blue]
>On Tue, 13 Jan 2004 19:58:00 -0600 in comp.databases.ms-access,
>TWJohnson <us012343@cox.net> wrote:
>[color=green]
>>
>>Can anyone tell me how to run the Access2k wizards from code in the
>>Runtime enviroment? I need to do Address labels..perhaps there is
>>another way to approach to this besides the wizards. Can anyone help?
>>Thanks,[/color]
>
>I didn't think that the wizards were re-distributable with the runtime
>environment.
>
>You could do it by adding a reference to acwzmain.mde and calling
>mlbl_entry("tablename") but will only work for people with Access
>installed as I said, I don't think you can legally distribute that
>file.[/color]

Trevor Best
Guest
 
Posts: n/a
#4: Nov 12 '05

re: Can the Access2k wizards be run from code in the Runtime enviroment?


On Wed, 14 Jan 2004 13:22:08 -0600 in comp.databases.ms-access,
TWJohnson <us012343@cox.net> wrote:
[color=blue]
>Mr. Trevor: Thank you for your response. I understand your reply. I
>knew how to do this with the retail version of Access but not with the
>Runtime version. Thank you very much.
>Do you have any ideas about how I might approach printing address
>labels from the mde with the runtime version? Maybe exporting to MS
>Word from a form or something like that?
>Any ideas would be greatly appreciated.[/color]

I doubt that the wizard would work in an MDE at all anyway.

You can however create label reports in your development environment
and make them available to run in the runtime environment.

ISTR asking about an add-in report generator here a while back but got
no replies so I have been working on one myself although it would just
create a query and output it to excel. It's nowhere near finished
(hardly started) as it got put on the back burner for other pressing
things.

--
A)bort, R)etry, I)nfluence with large hammer.
Closed Thread


Similar Microsoft Access / VBA bytes