473,805 Members | 2,023 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML and MS Access

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 would be much appreciated. I know Access 97 had a wizard that
permitted the creation of web pages, and wonder if that wizard is available as an add on
to other versions of Access.

Thank You

John Baker
Jul 23 '05 #1
5 6920
1) Which version of Access are you using now?

2) What *exactly* do you want to do?

3) What server-side scripting does your Host support?

4) What tools do you use to create web-pages?

Access 2000 can save tables, queries and reports as HTML (or even ASP).
FrontPage can interact with Access databases very easily if you have the
FrontPage Extensions on the server. ASP.net can use Access databases. Etc,
etc... You may also be able to use an ODBC connection on a server that
otherwise wouldn't support Access.

From the sound of it, you want users to update their times via the web, and
obtain reports at monthly intervals. To do this, you'd need to create a web
form, with connections to a database on the server. Those connections are
made using the server's native scripting language. In the Microsoft world,
this will be ASP or the newer ASP.net. Access 2000 and later has "Data
Access Pages" but users need an Office license on their client machines to
make this work (never tried it). FrontPage, as I said, makes this very easy
if you have a server with the FrontPage Extensions installed - very little
configuration or programming needed in this case. You can make a start with
ASP.net (provided your server is so equipped - you only need Windows 2000 or
later plus the "framework" ) using the free WebMatrix tool, and the book
"Teach Yourself ASP.net in 24 hours". I'm no great expert in any of this
(only a dabbler) but that's a start. You may also get help in ASP or
ASP.net or Access newsgroups.

--
############### #####
## PH, London
############### #####
"John Baker" <Ba******@Veriz on.net> wrote in message
news:se******** *************** *********@4ax.c om...
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 would be much appreciated. I know Access 97 had
a wizard that
permitted the creation of web pages, and wonder if that wizard is
available as an add on
to other versions of Access.

Thank You

John Baker

Jul 23 '05 #2
While I think of it - Dreamweaver MX 2004 has some nifty tools to get you up
and running with ASP.net or ASP, and the "Getting Started" tutorials (the
sections on "Web Applications") will, um, get you started fairly quickly.

--
############### #####
## PH, London
############### #####
"Philip Herlihy" <fo******@herli hy.eu.veil.com> wrote in message
news:cu******** **@sparta.btint ernet.com...
1) Which version of Access are you using now?

2) What *exactly* do you want to do?

3) What server-side scripting does your Host support?

4) What tools do you use to create web-pages?

Access 2000 can save tables, queries and reports as HTML (or even ASP).
FrontPage can interact with Access databases very easily if you have the
FrontPage Extensions on the server. ASP.net can use Access databases.
Etc, etc... You may also be able to use an ODBC connection on a server
that otherwise wouldn't support Access.

From the sound of it, you want users to update their times via the web,
and obtain reports at monthly intervals. To do this, you'd need to create
a web form, with connections to a database on the server. Those
connections are made using the server's native scripting language. In the
Microsoft world, this will be ASP or the newer ASP.net. Access 2000 and
later has "Data Access Pages" but users need an Office license on their
client machines to make this work (never tried it). FrontPage, as I said,
makes this very easy if you have a server with the FrontPage Extensions
installed - very little configuration or programming needed in this case.
You can make a start with ASP.net (provided your server is so equipped -
you only need Windows 2000 or later plus the "framework" ) using the free
WebMatrix tool, and the book "Teach Yourself ASP.net in 24 hours". I'm no
great expert in any of this (only a dabbler) but that's a start. You may
also get help in ASP or ASP.net or Access newsgroups.

--
############### #####
## PH, London
############### #####
"John Baker" <Ba******@Veriz on.net> wrote in message
news:se******** *************** *********@4ax.c om...
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 would be much appreciated. I know Access 97
had a wizard that
permitted the creation of web pages, and wonder if that wizard is
available as an add on
to other versions of Access.

Thank You

John Baker


Jul 23 '05 #3
John Baker wrote:
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...
You should try asking this question in a newsgroup/forum/mailing list
related to server side processing, such as PHP, JSP, ASP or whatever
else you want to use.
Any direction you can give would be much appreciated. I know Access 97 had a wizard that
permitted the creation of web pages, and wonder if that wizard is available as an add on
to other versions of Access.


Don't use it. Like all MS Office products, it will generate invalid
HTML (tag-soup), most likely filled with tons of useless proprietary
extensions.

--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://SpreadFirefox.com/ Igniting the Web
Jul 23 '05 #4
In article
<42************ **********@per-qv1-newsreader-01.iinet.net.au >,
Lachlan Hunt <sp***********@ gmail.com> wrote:
John Baker wrote:
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...


You should try asking this question in a newsgroup/forum/mailing list
related to server side processing, such as PHP, JSP, ASP or whatever
else you want to use.
Any direction you can give would be much appreciated. I know Access 97 had
a wizard that permitted the creation of web pages, and wonder if that wizard is available
as an add on to other versions of Access.


Don't use it. Like all MS Office products, it will generate invalid
HTML (tag-soup), most likely filled with tons of useless proprietary
extensions.


To quote T'Pow: "I grieve with thee"

php could do this, but only on your local machine through the COM
object. It will require programming to get it going. There are books
out there that would discuss integrating web sites and databases but the
most often used combo with php is MySQL. MS Access is a single-user
database not meant to be shared amongst multiple accesses. I like the
O'Reilley books (http://www.ora.com), but YMMV.

Try your local technical book store to find books that work for you,
then buy them on-line.

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 23 '05 #5
Michael Vilain wrote:
php could do this, but only on your local machine through the COM
object. It will require programming to get it going. There are books
out there that would discuss integrating web sites and databases but the
most often used combo with php is MySQL. MS Access is a single-user
database not meant to be shared amongst multiple accesses. I like the
O'Reilley books (http://www.ora.com), but YMMV. Try your local technical book store to find books that work for you,
then buy them on-line.


I've had good luck with http://overstock.com having the O'Reilly books
I've craved, and at very good prices. I am not associated with them in
any way.

--
Blinky Linux Registered User 297263

Who has implemented Usenet Solution #45933:
Now killing all posts made with User-Agent G2 (Google Groups)
Jul 23 '05 #6

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

Similar topics

1
2429
by: cirillo_curiosone | last post by:
Hi, i'm new to javascript. I started studing it on the web few weeks ago, but still haven't been able to solve one big problem: HOT TO PASS VALUES FROM A SCRIPT VARIABLE TO A CHILD HTML GENERATED BY FUNCTION. Here'e the point: I'm writing a simple website for showing my photographs. It has a central page with many links (as many as galleries are).
6
5271
by: Jon Davis | last post by:
I recently learned how to do an <OBJECT> alternative to <IFRAME> in current browsers using: <object id="extendedhtml" type="text/html" data="otherpage.html" width="250" height="400"></object> My question is how do I access the document DOM of this object in Javascript? For example, "alert(extendedhtml.innerHTML);" doesn't work and produces an unknown error. I'd like to both read and write to the document's body element's innerHTML...
5
1716
by: Philippe C. Martin | last post by:
Hi, The following code outputs the actual HTML text to the browser, not the interpreted text. Any idea ? Regards, Philippe
1
335
by: J. Koskey | last post by:
Background: We have hundreds of codes = specific departments, but there are frequent changes/additions to the info. For users to look up definitions, we had set up a way in Access to create a webpage link for each separate code. Back in an earlier version of Access - 97 or possibly 95 - there was a command of <File><Save as HTML> which let us select *all* of the 350+ queries and go through a wizard to save them all as HTML. Problem:...
4
1692
by: Alex | last post by:
I need to display html info on an Access form. To do this I am using the Micorsoft Web Browser control which uses shdocvw.dll The problem with this is that a. the control is not resizable. Once it has been position on the form it cannot be resized and needs to be deleted and then reinserted. but more importantly if the user resizes a form the control cannot be resized accordingly
3
1750
by: Rahul Agarwal | last post by:
Hi In our web page we use a combination of HTML and server side controls and some of them have a custom attribute based on which we need to find and replace the values once the HTML is ready. For e.g. <LABEL DICTCODE="XYZ">Some text</LABEL> At run time just before the complete HTML is sent to the client-side I want to get hold of the HTML so that I can find and replace all the HTML elements
6
2871
by: William F. Zachmann | last post by:
We've got a project going that involves moving an old web site with a massive dll written in C++ that produces most of the output from a SQL 7.0 data base on NT4 onto IIS on Windows 2003 Server with SQL 2000. All new code is being written in C# using ASP.NET and we are using forms authentication to control access to particular directories/applications. We are having a hard time figuring out how to configure the thing so that existing...
1
1583
by: arggg | last post by:
I have an external html that is a form. the Values of the form elements have <?= $results ?> type information however with file_get_contents in the main php file that then stores the contents to a variable so it can return ALL the data is not completeing the variable processing of the HTML FILE. For example the values that have $results in them are just displaying $results instead of the actual database information. Does anyone know of...
42
8970
by: Santander | last post by:
how to decode HTML pages encoded like this: http://www.long2consulting.com/seeinaction2008/Simplicity_Beach_table/index.htm Is there script that will do this automatically and generate normal fully readable HTML? Santander
9
2523
by: dhtml | last post by:
I have written an article "Unsafe Names for HTML Form Controls". <URL: http://jibbering.com/faq/names/ > I would appreciate any reviews, technical or otherwise. Garrett -- comp.lang.javascript FAQ <URL: http://jibbering.com/faq/ >
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10361
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
6874
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
5536
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
5676
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4316
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
2
3839
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3006
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.