473,403 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

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 6883
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******@Verizon.net> wrote in message
news:se********************************@4ax.com...
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******@herlihy.eu.veil.com> wrote in message
news:cu**********@sparta.btinternet.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******@Verizon.net> wrote in message
news:se********************************@4ax.com...
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
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...
6
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> ...
5
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
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...
4
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....
3
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. ...
6
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...
1
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...
42
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...
9
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 --...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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,...
0
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...

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.