473,404 Members | 2,174 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,404 software developers and data experts.

How do I get my form on the web?

Hey, I am wondering how to get a form completed in ms access along with the tables to the web? What are my first steps? and what is needed to do so? Basically I want the form available as a webpage, is this possible?
May 14 '07 #1
10 1492
Denburt
1,356 Expert 1GB
This is possible and there are a number of ways to accomplish this. Have you tried working with data access pages, this would be a quick way to get started although not one I prefer, I prefer writing my own html and creating my own connections etc. but it really depends on how familiar you are with what web items. From what I can discern from your post you do not appear to have much experience with web design so I would try the above approach.

To upload your database (tables etc.) you will need to find and contact a web hosting company unless you have one already then just give them a jingle you will find different companies have different practices for this whether it is using FTP or some other means.
May 14 '07 #2
i am very familiar with web design, but i dont know how to implement access forms into html. how do i do that?
May 14 '07 #3
Rabbit
12,516 Expert Mod 8TB
Suscribing. Sounds like something I may do later. How secure is this? The data I deal with is confidential.
May 14 '07 #4
sorry? i didnt understand what u meant
May 14 '07 #5
Denburt
1,356 Expert 1GB
i am very familiar with web design, but i dont know how to implement access forms into html. how do i do that?
Maybe I wasn't clear enough are you familiar with asp or dot net or any of the other methods of utilizing server side, client side communication? The whole thing is that you need to talk to the database in order to open a connection, then populate the form on the web this is usually handled server side. The browser is on the client side and is instructed on how to format the data received depending on how you set up the html.

The question is what sort of capabilities do you have for web design?
May 14 '07 #6
Denburt
1,356 Expert 1GB
Suscribing. Sounds like something I may do later. How secure is this? The data I deal with is confidential.
Security and MS Access is an oxymoron in and of itself although even using a secure database is only going to provide that security for the database and not the information traveling across the net. Most information transfered across the net is all sent in plain text, there are many ways of encrypting this information and every step you take in order to secure the information is one more step a hacker has to take if he/she is going to try and hack into it, usually this will eliminate a lot of the hackers and if done properly will knock out most of them.

I have managed a few web servers and I can say that hackers were constantly knocking and if you have access to the server then you know the steps that are taken on that end, which is really important also.

If you are truly serious about data security and such don't put it on the web, or just realize that there is a potential for a hacker to access it. It happens to many major corporations all the time I am sure you have read about many such breaches although I believe there are many breaches that go on that they would rather us not know about.

There are hackers sitting there waiting for the next hole in a platform and as soon as it is exposed you have to be faster than them to rectify it.
May 14 '07 #7
Security and MS Access is an oxymoron in and of itself although even using a secure database is only going to provide that security for the database and not the information traveling across the net. Most information transfered across the net is all sent in plain text, there are many ways of encrypting this information and every step you take in order to secure the information is one more step a hacker has to take if he/she is going to try and hack into it, usually this will eliminate a lot of the hackers and if done properly will knock out most of them.

I have managed a few web servers and I can say that hackers were constantly knocking and if you have access to the server then you know the steps that are taken on that end, which is really important also.

If you are truly serious about data security and such don't put it on the web, or just realize that there is a potential for a hacker to access it. It happens to many major corporations all the time I am sure you have read about many such breaches although I believe there are many breaches that go on that they would rather us not know about.

There are hackers sitting there waiting for the next hole in a platform and as soon as it is exposed you have to be faster than them to rectify it.
this doesnt answer my question at all.. i just want to know how to put the form i created in access on the internet.
May 14 '07 #8
Denburt
1,356 Expert 1GB
this doesnt answer my question at all.. i just want to know how to put the form i created in access on the internet.

I understand, that is why I replied specifically to your and Rabbits questions separately. Try reading post #6 it should answer your questions and if not I will be glad to try and explain it in a different way. Please feel free to ask for more info and I will try to help as much as is possible.
May 14 '07 #9
I understand, that is why I replied specifically to your and Rabbits questions separately. Try reading post #6 it should answer your questions and if not I will be glad to try and explain it in a different way. Please feel free to ask for more info and I will try to help as much as is possible.
i understand that a server must be used? if i use dreamweaver, does it make it easier? cant i test it without using a server ?
May 14 '07 #10
Denburt
1,356 Expert 1GB
i understand that a server must be used? if i use dreamweaver, does it make it easier? cant i test it without using a server ?
I am not sure but I think most versions of Windows Xp can be set up to run IIS (Internet Information Services). This can take some effort but if your serious about setting up a database etc. for the web then this can save you some troubleshooting time. Dreamweaver has a lot of tools to help you view your pages, upload them etc. but that program is not designed as a stand in for any kind of a server application.

No you will need a server application if your going to use any server side code, which is essentially what your using to access a database using the web.
May 14 '07 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: John | last post by:
Dear all, It been more than 3 days I am trying to debug this program, I interpret it using activePerl and it is giving (perl -wc code_process.pl) no error syntax but when I put it online, change...
5
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the...
4
by: Targa | last post by:
Trying to total some price fields in a form but doesnt work when all the referenced form fields dont exisit. This is for an invoice - pulled prom a database and the form doesnt always contain the...
25
by: Lyn | last post by:
Hi, I am working on a genealogy form. The only table (so far) lists everybody in the family, one record per person. Each record has an autonum ID. The parent form (frmMainForm) displays the...
19
by: Raposa Velha | last post by:
Hello to all! Does any of you want to comment the approach I implement for instantiating a form? A description and an example follow. Cheers, RV jmclopesAThotmail.com replace the AT with the...
11
by: Jozef | last post by:
I have some old code that I use from the Access 95 Developers handbook. The code works very well, with the exception that it doesn't seem to recognize wide screens, and sizes tab controls so that...
5
by: RAJ | last post by:
hi plz tell me how to know "how window is going to close"... i have to right code for X button of forms... plz telll me thanks bye
6
by: Gary Miller | last post by:
Does anyone know how to detect a modeless form on closing by the form that invoked the modeless form? form.Show();
4
by: Alex Sibilev | last post by:
Hello, I have a really weird problem I've been trying to solve it without any luck for the last couple of hours :( I'm writing a "conference board" application (quite similar to ASP.NET...
5
by: ortaias | last post by:
I have a form which calls up a second form for purposes of data entry. When closing the data entry form and returning to the main form, things don't work as expected. When I return to the main...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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.