473,657 Members | 2,300 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access and Frontpage

I have just created a form for a Maintenance Database that has alot of
VB code involved. Now they want the form on our Intranet instead. Is
there a way that anyone knows to publish the form including code, data
sources, etc to the internet. I am using Frontpage and Access 2003.

Thanks
Tina

Nov 13 '05 #1
4 2955
<ti*********@gm ail.com> wrote
I have just created a form for a
Maintenance Database that has alot of
VB code involved. Now they want
the form on our Intranet instead. Is
there a way that anyone knows to
publish the form including code, data
sources, etc to the internet. I am using
Frontpage and Access 2003.


You could use Access' Data Access Pages, if all your users on the Internet
use Microsoft Internet Explorer 5.5 or later and have the Office Web
Extensions installed. It does not have the full "rich client" capability of
an individual or multiuser Access application.

There's no way to publish an Access application (e.g., forms and code) to
Front Page, but if the UI is very simple, you can use Front Page's "Database
Interaction Wizard" to create a website that provides access to an Access
database. (You can gain flexibility by creating ASP pages and inserting them
into your Front Page website. ASP pages do not use VBA like Access, but you
can use vbscript or javascript code. This would not be a "trivial exercise",
however.)

Larry Linson
Microsoft Access MVP

Nov 13 '05 #2
Larry, I am finding out the it isn't trivial

I have been playing with data access pages. However, I have alot of
fairly simple VB that doesn't seem to translate into VBSCRIPT. Simple
like enabling and disabling boxes, filling in boxes based on the answer
in a first box.....Just when I was getting a handle on some VB now it
looks like I have to change everything. I take it there is no 'easy'
way to make a data access page and include the VB script?

Nov 13 '05 #3
Alas, because of the limitations, I have not worked with Data Access Pages.
Thus, I don't try to advise on DAP details.

On projects where an Access database was needed on the Internet or an
intranet, I was lucky to have colleagues who were very good at asp pages and
third-party products like Cold Fusion.

A browser just does not have the features that a rich-client application
such as Access does, so a direct translation is not going to be easy. I
suspect that you can accomplish your purpose, thought not duplicate your
rich-client app, with asp pages and vbscript or, if your company/client is
using .NET, with ASP.NET and VB.NET.

Larry Linson
Microsoft Access MVP
<ti*********@gm ail.com> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
Larry, I am finding out the it isn't trivial

I have been playing with data access pages. However, I have alot of
fairly simple VB that doesn't seem to translate into VBSCRIPT. Simple
like enabling and disabling boxes, filling in boxes based on the answer
in a first box.....Just when I was getting a handle on some VB now it
looks like I have to change everything. I take it there is no 'easy'
way to make a data access page and include the VB script?

Nov 13 '05 #4
ti*********@gma il.com wrote:
I have just created a form for a Maintenance Database that has alot of
VB code involved. Now they want the form on our Intranet instead. Is
there a way that anyone knows to publish the form including code, data
sources, etc to the internet. I am using Frontpage and Access 2003.

Thanks
Tina

Don't even try to use Data Access Pages unless the implementation will
be on an internal intranet. Web servers for internet deployment will
not allow the underlying access that Data Access Pages use.

I found one software that will translate web pages. I had a bit of
problems with it the 2nd time I tried. Your mileage may vary. Scroll
down in the link below til you see the section on
Microtools Access Wiz - MS Access to .NET Converter

http://members.cox.net/tulsaalstons/...20Internet.htm

Bob
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
6899
by: John Baker | last post by:
Hi: I am URGENTLY in need of some book or web site OR tool that will help me integrate a relatively simple MS Access application into a web page or pages. This is a time recording system (by project), and I would be more than willng to pull the updated database down from the Host using FTP on a monthly basis. Its just that I need to understand how to set it up on the web site itself. The Host supports SQL. Any direction you can give...
4
8060
by: Jenni | last post by:
Hi, A quick question. I have been battling with this code all morning, please help. Here is the code Dim fPath1 As String Dim fPath2 As String fPath1 = "C:\Program Files\Microsoft Office\Office\EXCEL.EXE" fPath2 = "C:\Documents and Settings\jenniferr\My Documents\Generic
0
1538
by: Stu | last post by:
I have a few FrontPAGE 2002 Webs running on Windows 2003 Servers and IIS. My webs use ASP (classic) pages that display data pulled from the Access databases using the FrontPage database results wizard - displaying query results, etc. from my main database. It works fine when the database contains the tables/data but when the tables are linked to external tables within *.mdb files (located in the same web folder - /fpdb) or if I split the...
8
3138
by: John Baker | last post by:
Hi: I am URGENTLY in need of some book or web site OR tool that will help me integrate a relatively simple access application into a web page or pages. This is a time recording system (by project), and I would be more than wiling to pull the updated database down from the Host using FTP on a monthly basis. Its just that I need to understand how to set it up on the web site itself. The Host supports SQL. Any direction you can give would...
3
1478
by: dd_bdlm | last post by:
I have been working for a couple of months now with an old access 97 database. I have managed to make necessary adjustments but its been at times a struggle. I have now been commissioned to construct an entirely new database and I would wish this to be as 'all singing and dancing' as possible and almost definitely have a web based front end. Question is what version of Access am I best to update to to best do this? Am I correct in my...
1
406
by: tbearcuddles92543 | last post by:
Hi. I'm creating a business advertising directory website for all 50 states using FrontPage and Access. I am really not understanding how to mesh the two together. Some entries in the directory will just be company name, address, phone number. Some will have a basic ad, some will have premium ads that have graphics and link to another page with descriptions, links to web sites, emails, etc. I need to have search capability on the...
5
2171
by: John | last post by:
I have an ASP.NET 2.0 application developed in VB.net, that accesses an Microsoft Access database. When the database is on the same IIS server all works just fine. BUT when it tried to access the same database on a different server I get a permission error. I've created a shared drive on the other server and give it permission with all rights, as well as the Access database. BUT no matter how I set up the connection string in my app, I...
4
2833
by: md9108 | last post by:
I am not a programmer, nor do I use MS Access with any frequency, so I'm not very confident in what I've been doing. I have read everything I can find about Data Access Pages and I've tried everything that relates. I have serveral DAP's for use on our company intranet. I can see the pages with no problem, but none of the data from the database is there. I've created connection files, connection strings, change the UseRemoteProvider to True,...
5
4727
by: MeeMee | last post by:
Hi I have a problem with saving form data to a MS Access database. I am using Windows XP, FrontPage 2003, Access 2003, IIS 5.1 and FrontPage Server Extensions. I have followed several tutorials I found online, created a simple form and changed its properties so that when the data is submitted it is saved into the database. When I click on the submit button , I get a confirmation page but nothing is written in the database. I have tried...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8513
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8613
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7351
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2740
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.