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 Mike Lewis 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: *

  1. BuckyBaby

    Loading and Opening a File - easy question??

    Hello, I think this is an easy question, but I am new to VB and cannot find the appropriate example to solve my project. I am making a small "viewer" program that displays a library of .rtf documents. The main form in my program has a tab control with lots of tabs - each tab has a...
  2. BuckyBaby

    Filter Off File Extension in File List Box

    Hello, Is there a simple way to have the displayed files in a File List Box not show the .xxx file extension to the user? Thanks, BuckyBaby
  3. BuckyBaby

    Disable Editing Feature in MS Word Viewer

    Hello, I have a small organizational VB6 app that I am creating for my work that will open a collection of MS Word 97 documents. I want other people to be able to open the docs, but not edit them, so I was having them open into the MS Word Viewer program provide by MS. BUT - turns out that if...
  4. BuckyBaby

    SQL Query sintax to get get multiple records in a group

    THANKS DMAC - YOU Da Man! It works BuckyBaby
  5. BuckyBaby

    SQL Query sintax to get get multiple records in a group

    Well...I really don't want an OR because I don't want to find all the records that have Jones and all the records that have Smith, but the records where (for example...) record #1 Org = Democrat LastName = Gore record #2 Org = Democrat LastName = Clinton record #3 Org = Democrat...
  6. BuckyBaby

    Automatic Update of Combo Box on Form

    Hopefully an easy question, In my main table, I have combo box that every so often I manually update by addding new options in the ROW SOURCE properties line. I have made a data entry form for this table, but when I update the combo box in the table, the new entry does not show up in the...
  7. BuckyBaby

    Layers, Screen Resolution; Newbie stuff

    Hello - probably a basic question, as I embark on my first webpage in Dreamweaver. I am designing most of the page layout using Layers because it just seems easier at this point. So I have everything layed out on the page looking nice for my computer that's set at 1024 x 768 res. I take it to...
  8. BuckyBaby

    SQL Query sintax to get get multiple records in a group

    Hello - I think I am close but can't quite get it! I have a database that tracks corporate board members, so each record line includes an organization (Org)name and the last name of the member (LastName)..amoung other junk. What I want to write is a statement that says "find the record...

Part and Inventory Search

Back
Top