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 TouchToneTommy 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: london01
  • Content: Threads
  • Order by date
  1. london01

    MS Access search inq

    Hello everybody, I'm very new to MS access and just to keep tracke of my dvd movies i created a database and a form to do different funtions.. just to start.. i like to create a search event that searches the database as you type, the search will be done on the title field. i have a text field...
  2. london01

    postfix configuration problem "virtual_mailbox_base

    Hello everybody, I'm trying to setup a virtual mailbox and the problem i'm running into is with virtual_mailbox_base. it keeps defaulting to virtual_mailbox_base = /var/spool/mail and i like it to go down one more folder /var/spool/mail/virtual but it wont.. the mail keeps droping into...
  3. london01

    Mouseover effect on table

    hello everybody, I found a site with a very good example that i like to incorporate in my webpage: http://www.pxl8.com/n6_setAttribute.html (under the title: mouseover effect for most browsers.) due to my exp. with html and javascript i was unable able to understand teh code enough to add to my...
  4. london01

    unable to pass var. to another funtion

    hello everybody, I'm not the best at javascript so i though i put the problem here and see what i get. I only copy/pasted part of the code with the problem so to not to confuse the problem. problem: bassically when the the user hits the submit button the function formvalidation(thisform)is...
  5. london01

    javascript funtion issue

    hello everybody, I have javascript that checks to validate emialfield and empty fields and these functions work. i like to include a popup, if the checks are successfull at the end. i have the popup funcion thats tested and works but i'm not sure how to add the popup funtion within the...
  6. london01

    empty field validation not working

    hello everybody, the following javascript should check each field as user passes through but its not working. anyideas? all i want to do at this time is check to see if the field is empty or not as client moves on to the next field. <html> <head> <title> field test </title> <head> <script...
  7. london01

    sql statment help for access

    hello everybody, I'm new to access and sql so i'm going to need some help with my project. form1 has a text box to enter key words to search a table and a "search" button. form2 has a list box to display the resutls based on the search crit. example database name: exampledb1. table names...
  8. london01

    using combo box to select a table to search

    Hello everybody, what i'm trying to do: combo box to list the tables. test box to enter key words to search a field in a record. search button to search the field using the key words form text box. combobox "source row":"inv_table";"inv";"cd_table";"cd";"music_table";"music" form 2 has a list...
  9. london01

    add tables to combo box

    Hello everybody, I'm very new to MS Access and i'm trying to create my own knowledge base. subject: combo box/table what i have:I have combobox and the list currently in the combo box is: "house inv", "cd collection", "movie collection" etc. tables, 3 tables: house_table, cd_table...

Part and Inventory Search

Back
Top