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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Weim

  1. Weim

    Filter on Access Page not finding all the records

    I found out some more informtion on this, My table contains a column which has entries such as "Check 1", "Check 2", "Check 3" for example. From the Access page, when I highlight the word "Check" in the "Check 1" entree and click the filter icon, the returns I get is for "Check 1" only The...
  2. Weim

    Problem with FIND/SEARCHING script in Data Access Page

    And here it is if you can't fing the post <SCRIPT language=vbscript event=onclick for=command0> <!-- ' Clone the recordset. Dim rs Set rs = MSODSC.DataPages(0).Recordset.Clone On error resume next --> rs.find "Description Like '%" & CStr(inputbox("Enter a Key Word","Find")) &"%'" ' Custom...
  3. Weim

    Filter on Access Page not finding all the records

    I have a fairly simple database that I have created an Access HTML page from using the wizard. When you open the new Access page, highlight a word and click the filter icon, it will not find all the records. There seems to be no consistancy on what it finds. I may Filter the word "Check" and...
  4. Weim

    Problem with FIND/SEARCHING script in Data Access Page

    I am working on something similar. You can see my posting and the answer a few lines up under Adding Command Button to Search Access Page
  5. Weim

    Adding Command Button to Search Access Page

    It Works! A huge thank you, much appreciated!! Jeff
  6. Weim

    Adding Command Button to Search Access Page

    I really need some help trying to fiugure this out. I'm just starting to dive into the world of Access and this is the first VBA experience I have had. So here's the sccop. I have an Access database. In column 1 are numbers, in column 2 are descriptions that contain multiple words. I created...

Part and Inventory Search

Back
Top