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

    Text Box Alignment

    Good Morning Everyone - I have a text box which holds a production lot number which just the date and a 3 digit box # in the format "040206-001". It has a format of "@@@@@@-@&&" so it will insert the "-" if just the 9 digits are entered. After the user saves off the first entry I want to...
  2. VBADb

    Access Productivity

    Just looking for opinions... I'm with a small company and have programmed in languages from Assembler to C++. We have an existing application in Access and for the last year I have been asked to develop certain projects using Access. The bottom line is for both myself and our office manager...
  3. VBADb

    ComboBox with Multiple Color Attributes

    Hi Everybody, I have a combo box with a list of products. Some of the products have gone obsolete and I have been asked to change the combo box list to somehow signify these products thru a background color change or a strikethru font. My question: is it possible to have different attributes...
  4. VBADb

    Redundant Error Handling

    I'm trying to enter a date thru an input box with error checking. The code is included at the end. If the date is wrong I want to re-display the input box. My problem is that the input box is re-displayed on the first error but if I re-enter a bad value again (ex. 13/41/04) I get the ugly...
  5. VBADb

    Referencing ComboBox from Workbook Open Event

    I'm trying to modify a worksheet combobox within a Workbook Open event module but can't seem to reference it. My code uses SummarySheet.cboProductList to define it but this generates a "Object variable or With block variable not set" error. It seems like it should be simple enough. Any...

Part and Inventory Search

Back
Top