Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 04-09-2002, 06:45 AM   #1
Member (6 bit)
 
Join Date: Feb 2002
Posts: 35
Talking ASP and MS Access forms

hi people,

i am creating a website for a cricket club that is connected to a database for retrival of information. i can retrive infor from the database but only through tables.. is there any way in which i can get the information but via the forms. i have created the forms in access but cannot get to view the whole form in web page. i am using ASP as the programming method.

any ideas on how to achieve this are most welcome.

thanks in advance
wakar
Waks is offline   Reply With Quote
Old 04-09-2002, 10:05 PM   #2
Member (5 bit)
 
JahShuWah's Avatar
 
Join Date: Apr 2002
Location: Tampa
Posts: 30
from what i understand about Access.....forms are used only for the submittal of information. use reports to view results.
JahShuWah is offline   Reply With Quote
Old 04-14-2002, 12:30 PM   #3
Member (5 bit)
 
Join Date: Apr 2002
Location: Tampa
Posts: 19
are you just using asp with an access database or are you using MS ACCESS directly with the assistance of ASP........for instance are you making the forms in MS ACCESS and then converting them to be used for the web.......?
zollodav is offline   Reply With Quote
Old 04-16-2002, 03:12 AM   #4
Member (6 bit)
 
Join Date: Feb 2002
Posts: 35
i have created the web pages with the extensions.asp and the page coding has asp coding within it. i have a small database that has forms and tables in it. some of the webpages link directly to the database so that information can be retrieved.

i have designed the forms in access and would like them to be displayed on the web page when the page is loaded.

hope this helps
waks
Waks is offline   Reply With Quote
Old 04-16-2002, 07:42 AM   #5
Member (5 bit)
 
JahShuWah's Avatar
 
Join Date: Apr 2002
Location: Tampa
Posts: 30
waks:

sounds like you and i are trying to accomplish the same thing.

www.onlinecommentbox.com

i haven't figured it out just yet either. you'll need to make sure your server supports ASP pages.
JahShuWah is offline   Reply With Quote
Old 04-16-2002, 03:50 PM   #6
Member (10 bit)
 
Join Date: Apr 2001
Location: Michigan
Posts: 850
Send a message via ICQ to HackinCowboy
You can do that much easier if you lose the forms. Just create text areas on your web page and then when a user submits the information store it to the database. Something like this:

If request("submit") <> "" Then
RS.addnew
RS("Date") = Now()
RS.update
Response.Redirect("myPage.asp")
End If


RS is your recordset. Date is the name of a field in the table.
Is this what you're trying to do basically?
HackinCowboy is offline   Reply With Quote
Old 05-01-2002, 05:28 AM   #7
Member (6 bit)
 
Join Date: Feb 2002
Posts: 35
the forms are not used for text input but for output... there is an example of the form that i have created and would like to display on the web page.

cheers waks.

PS hope that helps as i really like to have that page viewable on the web page
Attached Images
File Type: jpg profiles.jpg (76.9 KB, 56 views)
Waks is offline   Reply With Quote
Old 05-01-2002, 07:46 AM   #8
MDB
Member (5 bit)
 
MDB's Avatar
 
Join Date: Apr 2002
Location: Fishers, IN
Posts: 16
Get yourself a good HTML editor and use it in combination with the ASP. Converting the Access forms to web pages is a lot more trouble than its worth. You could quickly build a page very similar to the one you have linked in a short amount of time.

Getting the data straight from the tables using ASP is exactly what you want to be doing. Access wasn't written to be an HTML editor. As a database it should be ok for a few club members to use via the web.
MDB is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:54 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2