Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: flycold
  • Content: Threads
  • Order by date
  1. flycold

    ssi

    hi i need to setup server side includes on my server so i can open .shtml pages. i have the following in myhttpd.con file DirectoryIndex index.html index.html.var index.shtml AddType text/html .shtml AddHandler server-parsed .shtml # default host <VirtualHost *> ServerAdmin me@mydomian.com...
  2. flycold

    server-status

    hi i am trying to view the following page: www.mydomin.com/server-status when i goto the page i get a permission denied page. i have the follwing in my httpd config <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from www.mydomain.com...
  3. flycold

    parameter query

    hi i have a parameter query that runs fine the first time i run it. When i press a command button it asks for date, which then bring up another with the results. when i press the button again it brings the same results and does not ask me for the date. what i need it to do is ask for a date...
  4. flycold

    Create Address labels

    I have created a query which sorts according to date. What i need is a command button to take the results and print out address labels/envelopes either via access or word. any help would be appriciated flycold
  5. flycold

    view form from query

    hi i have a button, when pressed shows a dialogue box for input (date) when i press enter the results are shown in a datasheet. how do i get them to show up in a designed form? flycold
  6. flycold

    query parameters

    hi i have some data in a table which i need to search through. i want to be able to serach the data by date, and i should be able to do this from the form i have created. how do i link a text box to the criteria funcion in the design view of a query. flycold
  7. flycold

    Delete access query results

    hi i have one table on microsoft access database. i am running a query on that table which produces the required results. what i need to do is then (upon pressing a command button) delete the results from the main table any help would be appriciated spider

Part and Inventory Search

Back
Top