queries on web pages?!

  • Thread starter Thread starter annabael
  • Start date Start date
A

annabael

Guest
ive been set a task for my GCSE IT courssework and i cant find out how to do it anywhere! i would like to add existing queries from my access database to a website created in publisher. i need the "enter parameter" boxes to appear so that the user can fill them in and display the searched results on the web site. however, i dont want my whol;e database to be displayed on tyhe website. is there any way i can do this?
 
Answer = ASP.

You need to put your parameter boxes on the webpage as text boxes or combo boxes.....or whatever. Then the query goes in ASP before the <html> tag at the top of your page.

Point to note: ASP tags are required whenever you are using ASP (strangely enough!!) They are <% "ASP Text" %>
 

Users who are viewing this thread

Back
Top Bottom