<% 'Check that the user should be allowed to access this page. 'If not, send them to another page. If Session("ReadWrite") = "Read" Then 'the user is not validated to be here. Redirect to the Guest Page Response.Redirect "../../guest_main.asp" End If %> <% Response.Buffer = true %> <% If Request.Form("btnGoTo") = "Show All Records" Then 'response.write "showall" Response.redirect "Show_All.asp" Elseif Request.Form("btnGoTo") = "Search the Database" Then 'response.write "search" Response.redirect "Search.asp" Elseif Request.Form("btnGoTo") = "Add New Record" Then 'response.write "add new" Response.redirect "AddNew.asp" end if %>

home | email  

 

Welcome:

  • Click the 'Search the Database' button to limit your database search to a selected record type, geographic area, or key words.
  • Click the 'Show All Records' button below to create a complete listing of all records in the database in table format.
  • Click the 'Add New Record' button below to add new records to the database.


Problems? Questions?
If you are having problems with any of the database functions or have suggestions and/or improvements, please contact tony@dtmgis.com.


Copyright 2004 - DTM Consulting, Inc. - All Rights Reserved