Put Program On Internet

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

I have a computer question for you.

I have a Visual Basic program that is used on desk PCs. The database
is Access 2000.
Each PC has it's own copy of the program.

The company now wants to put the program on the Internet thus making
it available to
customers in addition to employees.

Any suggestions on how I should approach this?
 

bar

Distinguished
Apr 10, 2004
1,144
0
19,280
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

You need Microsoft Office Access 2003 Developer Extensions, which is a
component of Microsoft Visual Studio® Tools for the Microsoft Office System.

A developer who owns Visual Studio Tools for Office can bundle his
application (MDB files and any other support files) with Access 2003 Runtime
and distribute it to as many users as necessary. The physical runtime files
are included with Microsoft Office 2003 Professional Edition or Microsoft
Office Access 2003.

Access 2003 Runtime is, in essence, Microsoft Access 2003, but with a few
key features disabled. A user with Access 2003 Runtime installed instead of
full Access can open and run an Access application (either an MDB file or,
with a few extra steps, a SQL Server back-end database) but does not see the
Database Window and cannot switch the view of any Access object to Design
view.

For your own confirmation read more at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_2003_ta/html/odc_ancaccess.asp


"Brian Delange" wrote:

> I have a computer question for you.
>
> I have a Visual Basic program that is used on desk PCs. The database
> is Access 2000.
> Each PC has it's own copy of the program.
>
> The company now wants to put the program on the Internet thus making
> it available to
> customers in addition to employees.
>
> Any suggestions on how I should approach this?
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)

Thank you.

Brian

On Tue, 22 Mar 2005 01:33:02 -0800, BAR
<BAR@discussions.microsoft.com> wrote:

>You need Microsoft Office Access 2003 Developer Extensions, which is a
>component of Microsoft Visual Studio® Tools for the Microsoft Office System.
>
>A developer who owns Visual Studio Tools for Office can bundle his
>application (MDB files and any other support files) with Access 2003 Runtime
>and distribute it to as many users as necessary. The physical runtime files
>are included with Microsoft Office 2003 Professional Edition or Microsoft
>Office Access 2003.
>
>Access 2003 Runtime is, in essence, Microsoft Access 2003, but with a few
>key features disabled. A user with Access 2003 Runtime installed instead of
>full Access can open and run an Access application (either an MDB file or,
>with a few extra steps, a SQL Server back-end database) but does not see the
>Database Window and cannot switch the view of any Access object to Design
>view.
>
>For your own confirmation read more at:
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_2003_ta/html/odc_ancaccess.asp
>
>
>"Brian Delange" wrote:
>
>> I have a computer question for you.
>>
>> I have a Visual Basic program that is used on desk PCs. The database
>> is Access 2000.
>> Each PC has it's own copy of the program.
>>
>> The company now wants to put the program on the Internet thus making
>> it available to
>> customers in addition to employees.
>>
>> Any suggestions on how I should approach this?
>>