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 gkittelson 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
  • Order by date
  1. VBADb

    Text Box Alignment

    (laughing) I don't know where you came up with that nugget of information but thank you so much. I've been looking thru online help, our Access Bible and O'Reilly books and never found it. Thanks again!!!! George
  2. 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...
  3. VBADb

    Access Productivity

    Just wanted to say thanks to everyone who took time to respond. At least I have somewhat more of a prespective from the database community - an area that I'm new too. Thanks again to everyone. George
  4. VBADb

    Access Productivity

    Hi Jeff, Mostly small to medium applications (if that adequately quantifies anything). Like I stated, we're a small company so we're doing HR apps for around 50 people, some small database apps for our customers doing product tracking which generate some Excel reports and some inventory...
  5. 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...
  6. VBADb

    ComboBox with Multiple Color Attributes

    Thanks Geoff, The product links are to sales histories and the customer doesn't want to archive them just yet... (laughing) couldn't get off the hook that easily!!! Have a good weekend. George
  7. VBADb

    ComboBox with Multiple Color Attributes

    Since I haven't had any comments I'm assuming it's not possible to specify attributes for individual items in a combo box list. Guess the next logical step is to just make a 2 column combo box and specify the product status in the second column unless someone has a better suggestion.
  8. 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...
  9. 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...
  10. VBADb

    Referencing ComboBox from Workbook Open Event

    First, thanks for taking the time to help me out. The Sheets("sheetname").combobox code works. But the thing I still don't understand is what's the difference between Sheets("Summary").combobox.ListRows = x and Set MenuBook = Workbooks.Application.ActiveWorkbook Set SummarySheet =...
  11. 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