473,796 Members | 2,601 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating HTML Pages from Access 2000

Hi:

I need to create some operational HTML pages (for data capture), which will create data on
a database on a server. I will then download the entered data and use it in a system
locally. These are time sheets that will be filled in by a traveling band of consultants!

My problem is that I want to use Access as the basic tool, and check the data on line
against some files that I will up load to the server. The problem is that I can find no
way to create HTML pages from Access. Access 97 had such a feature, but for reasons that I
don't understand it appears to have been removed in 2000 and up.

Can anyone point me in the right direction?

Best

John Baker
Nov 13 '05 #1
3 1693
HJ
I suppose the consultants will be entering the data via the internet? Then
I'd go for Active Server Pages.

HJ

"John Baker" <Ba******@Veriz on.net> wrote in message
news:ur******** *************** *********@4ax.c om...
Hi:

I need to create some operational HTML pages (for data capture), which will create data on a database on a server. I will then download the entered data and use it in a system locally. These are time sheets that will be filled in by a traveling band of consultants!
My problem is that I want to use Access as the basic tool, and check the data on line against some files that I will up load to the server. The problem is that I can find no way to create HTML pages from Access. Access 97 had such a feature, but for reasons that I don't understand it appears to have been removed in 2000 and up.

Can anyone point me in the right direction?

Best

John Baker

Nov 13 '05 #2
Thank you, that's helpful.

The next logical question is how do I create "Active Server Pages" using Access?

Best

John
"HJ" <hj********@spa mhotmail.com> wrote:
I suppose the consultants will be entering the data via the internet? Then
I'd go for Active Server Pages.

HJ

"John Baker" <Ba******@Veriz on.net> wrote in message
news:ur******* *************** **********@4ax. com...
Hi:

I need to create some operational HTML pages (for data capture), which

will create data on
a database on a server. I will then download the entered data and use it

in a system
locally. These are time sheets that will be filled in by a traveling band

of consultants!

My problem is that I want to use Access as the basic tool, and check the

data on line
against some files that I will up load to the server. The problem is that

I can find no
way to create HTML pages from Access. Access 97 had such a feature, but

for reasons that I
don't understand it appears to have been removed in 2000 and up.

Can anyone point me in the right direction?

Best

John Baker


Nov 13 '05 #3
See comments in-line ...

On Sun, 15 Aug 2004 14:48:00 GMT, John Baker <Ba******@Veriz on.net>
wrote:
Thank you, that's helpful.

The next logical question is how do I create "Active Server Pages" using Access?
You don't. ASP is an IIS technology unrelated to Access. There is some
information here ...

http://www.w3schools.com/asp/default.asp
http://www.15seconds.com/
http://www.asptoday.com/
http://aspalliance.com/
http://www.learnasp.com/learn/

You might hear that you can use Access with ASP, but actually they
mean the Jet database engine which can be used along with many other
dbs.

- Jim

Best

John
"HJ" <hj********@spa mhotmail.com> wrote:
I suppose the consultants will be entering the data via the internet? Then
I'd go for Active Server Pages.

HJ

"John Baker" <Ba******@Veriz on.net> wrote in message
news:ur****** *************** ***********@4ax .com...
Hi:

I need to create some operational HTML pages (for data capture), which

will create data on
a database on a server. I will then download the entered data and use it

in a system
locally. These are time sheets that will be filled in by a traveling band

of consultants!

My problem is that I want to use Access as the basic tool, and check the

data on line
against some files that I will up load to the server. The problem is that

I can find no
way to create HTML pages from Access. Access 97 had such a feature, but

for reasons that I
don't understand it appears to have been removed in 2000 and up.

Can anyone point me in the right direction?

Best

John Baker


Nov 13 '05 #4

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

Similar topics

4
2486
by: jason | last post by:
I would appreciate some help on how to convert a database table into an html file via FSO and whether more seasoned asp programmers recommned this route. The main reason I am attempting to do this is becuase we are constantly being told by so-called marketing gurus that 'html' pages are more search engine friendly. Other advantages include speed of download. Will there be any problems with using this approach besides establishing...
12
3812
by: David Ross | last post by:
I want to write and install a personalized "404 Error" page. How do I do that? I have over 200 HTML files on my Web site. I'm concerned that, if I change or move a file, I might not detect all the other files that link to it and thus require changes. A personalized "404 Error" page would inform visitors to my site how they can help me correct such errors when they exist. --
8
3998
by: mcmg | last post by:
Hi, I have an asp app that works fine on a windows xp machine but does not work on a windows 2000 server. I have the following code in my global.asa: <OBJECT RUNAT=Server SCOPE=SESSION ID=MyID
5
6919
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...
5
2307
by: Mark Elliott | last post by:
Hope I can find an answer here. I am using Access 2000. I know I have no controll over my column spacing in an html document generated by Access 2000 using the "output to" command. I have read that the same goes for Access 2002. My question is, can it be done in Access 2003?? I have searched Microsoft site and could not come up with an answer either way. If the same goes for 2003 then I am open for suggestions. I am currently outputing...
2
3779
by: LIN | last post by:
Hello, Greetings. I am creating a web site which will contain lot of articles. I had been planning to create simple HTML page on the server everytime i posted a article (eg. article12.html ). Now, i want to show an advertisement on top of each of this html page. the ad banner has to be dynamically updated depending on date (period) the advertiser has planned to advertise for. So I thought of creating ASPx pages instead. Is it a good...
15
4781
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update button will verify the information that has been entered and updates the data base if the data is correct. Update will throw an exception if the data is not validate based on some given rules. I also have a custom error handling page to show the...
6
2868
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...
15
2837
by: David Thielen | last post by:
Hi; My ASP.NET app (C# calling J# under .net 2.0) creates a png file in a subdirectory to display as part of the created page. However, the bitmap will not display due to a security violation. Everything is the default settings I believe. IIS is running under Local System. In IIS the DefaultAppPool is running under Network Service. Annonymous access uses the account IUSR_JASMINE (machine name is Jasmine).
0
9685
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
9531
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,...
0
10459
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10018
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...
1
7553
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
6795
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();...
1
4120
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
3735
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
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.