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. lreedy

    Help-Form Acts Different With Debug Running

    First let me preference this by saying I am still pretty new at all this. The user can select any one of several text boxes to search the item master database. I check for which values are not null and run SQL to lookup and populate one of 2 forms, a detail form if there is a direct match...
  2. lreedy

    Help-Form Acts Different With Debug Running

    I have a form that has several text boxes the user can enter data to search the database to bring up a detail form of the data they select. If I run the form with debug on and the form acts correctly and brings up the correct data. If I step through with Debug, it acts correctly also. If I run...
  3. lreedy

    How to NON-display a textbox on a Report Group Header

    Yes, I tried the can shrink,.....No luck. Thanks, Lisa
  4. lreedy

    How to NON-display a textbox on a Report Group Header

    I saw the question on how to not display null fields in the detail sections of the report and tried to apply this same code to Group Header Section. I am printing an item list by Class and Sub Class. Not all items have a subclass but the header displays Class and then a blank text box for the...
  5. lreedy

    Group Totals Non display on blank

    I saw the question on how to not display null fields in the detail sections of the report and tried to apply this same code to Group Header Section. I am printing an item list by Class and Sub Class. Not all items have a subclass but the header displays Class and then a blank text box for the...
  6. lreedy

    Clear forms field values on Focus

    I apoligize in advance if this is a duplicate question, but the search function has been down for DAYS. I have a form that has several text boxes that allow the user to enter search criteria for my table. When the user hits the find button, another form is displayed with a listbox of all the...
  7. lreedy

    Esc key like close Form

    A newbie here would like to know how I can code the Esc key to also act like a Close Form command button. I have the command button on my Form, but of course the users don't want to click it, they just want to hit Esc. Thanks
  8. lreedy

    Changing Font Colors in a List box based on a value.

    I have created a list box that displays the items in an item master table. Can I have individual lines(records) in the list display in different colors based upon a value of a field in the item master? For instance if QTY on hand is zero, I would want that item to appear in red. Do I...

Part and Inventory Search

Back
Top