![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
On the web
If I have an Access db which I would like people to be able to add data to
from external locations via the web, is there a program which I can create a form in, hopefully with 2 sub forms that could link into the ongoing db that is on the company's server? If so, what program? what do I need to do for secure logging in ? Thanks Terri |
|
|||
|
Re: On the web
If you need a secure web app to input data you shouldn't be using an Access
db. SQL Server would be a better choice, it can be made secure. SQL Server Express is a free version you can download from Microsoft. You can build forms with web design applications depending on which scripting languages you know. You can use php, asp.net, asp, perl, java, etc. Chris Microsoft MVP tgavin wrote: >If I have an Access db which I would like people to be able to add data to >from external locations via the web, is there a program which I can create a >form in, hopefully with 2 sub forms that could link into the ongoing db that >is on the company's server? If so, what program? what do I need to do for >secure logging in ? -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/For...ccess/200808/1 |
|
|||
|
Re: On the web
Thanks. If I don't know any language, which is going to be either the most
versitle or the easiest for someone with a limited knowledge of Access code? "Chris O'C via AccessMonster.com" wrote: > If you need a secure web app to input data you shouldn't be using an Access > db. SQL Server would be a better choice, it can be made secure. SQL Server > Express is a free version you can download from Microsoft. > > You can build forms with web design applications depending on which scripting > languages you know. You can use php, asp.net, asp, perl, java, etc. > > Chris > Microsoft MVP > > > tgavin wrote: > >If I have an Access db which I would like people to be able to add data to > >from external locations via the web, is there a program which I can create a > >form in, hopefully with 2 sub forms that could link into the ongoing db that > >is on the company's server? If so, what program? what do I need to do for > >secure logging in ? > > -- > Message posted via AccessMonster.com > http://www.accessmonster.com/Uwe/For...ccess/200808/1 > > |
|
|||
|
Re: On the web
For a beginner who has only basic data driven web app needs, you might try
the free Visual Web Developer Express edition to help you build simple asp. net apps on SQL Server. You can get the download link and links to free online tutorials and support forums from here: http://www.microsoft.com/express/vwd/ Chris Microsoft MVP tgavin wrote: >Thanks. If I don't know any language, which is going to be either the most >versitle or the easiest for someone with a limited knowledge of Access code? > >> If you need a secure web app to input data you shouldn't be using an Access >> db. SQL Server would be a better choice, it can be made secure. SQL Server >[quoted text clipped - 11 lines] >> >is on the company's server? If so, what program? what do I need to do for >> >secure logging in ? -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/For...ccess/200808/1 |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|