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

    listbox color

    I have a form called "frmAdd". Inside this form has a list box called "lbox1" I have a query called "Age" that captures age. I am able to get the age into the listbox from the Query, but What i want to do is for the listbox, any age that is below 18, I want it to turn blue, and anything over 18...
  2. tourguy

    using multiple Listboxes

    Hi, I have a query called 'Query1' and a form called 'frmSearch'. In the frmSearch, I want to be able to use two listboxes to limit the search for Query1. One listbox is called 'Year' and the other called 'Months' So if I choose January under the listbox Months and 2004 under the listbox...
  3. tourguy

    calculating characters not numbers

    I have 3 texfield(no numbers but all letters) called position, BeginnersType, ExpertType. What I want to do is Count up the total positions,BeginnersType, and ExpertType itself. After that, I want Position divided by beginnersType get apercentage of how many positions belong in the...
  4. tourguy

    vectors capturing top and lowest

    Hi, I got this code from java.sun.com, and i inserted into a class called classCars. I also created a class called classYr. What I want to do in the classYr is put a code that can capture the top 3 highest, lowest 3 price. I tried looking for example codes online, but coudln't find anything...
  5. tourguy

    date and above

    I have a table called "table1". Within table1, i have a field name called "date inputted". In query, I want to try to pull out all of the dates older than 3 mnths from today. So today is March 12... what I want is pull out any date that is 3 mnths and above from today.
  6. tourguy

    Searching Criteria

    I have a report name rptName1, and a table called "Training", with fields Name, LastName, and Date. What I want to do is on my Report - before I open my rptName1, I want a pop up message asking me for the name to look for. Then after I type in a name(for example, I searched for Tom), then the...
  7. tourguy

    hide column in query

    I have a query that has the fields: fldname, fldcomputers, fldsuppliers, fldIT, flddate. What i want to do is search for a name, say "John". Once it finds John, I want to see if he is in a fldcomputer(is a true/false checkbox )or fldsuppliers(true/false checkbox). If fldcomputer is checked and...
  8. tourguy

    scrolling within a form

    Hi people, I'm new here and I don't really know how to browse through this forum. If this has been posted, plz forgive me for doing it again. I have a form and when I scroll up/down it goes to the next record. I don't want that.... What I want is to be able to scroll up and down within that...

Part and Inventory Search

Back
Top