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

    Sum of data types X number of records = Data pages?

    Maybe I'm taking crazy pills, but I could swear I've seen references before to something called "data pages." I believe it was in response to people asking how many fields is "too many" in a table. I'm looking for specifics on them but haven't had any luck, but I believe they might help with...
  2. BobEulberg

    Fewer fields, more tables vs. fewer tables, more fields

    I'm trying to find the right balance of normalizing data. I know the basics like separating customer info into one table and the vehicles that belong to those customers in another. But within that, should I have two vehicle-specific tables, one for VIN, license plate, etc, and another for...
  3. BobEulberg

    Change/restore default printer in Excel vba (to allow color printing)

    As I understand it...when the default printer is b&w, Excel will always print b&w, regardless of what printer is selected in the print menu. So on the Print event I'd like to store the current default, change it to a color default (our pdf converter should work), let them choose their printer...
  4. BobEulberg

    Converting Outlook VBA code to be used in other programs

    I'm trying to retrieve info on the user of whatever machine is running my code. From support.microsoft.com ticket 179083 I found the code at the far bottom (I trimmed 20 or so extra fields in the For loop to save space). But I need to use this code in Reflections (or any program other than...
  5. BobEulberg

    Reflections VBA - Prevent keyboard input

    I'm trying to find a way to prevent user input via the keyboard in Reflections VBA. I use WaitForEvent rcEnterPos... quite a bit in my code, to the point where I don't think they'd have an occasion where they would want to type anything. But I've written programs in the past where users type...

Part and Inventory Search

Back
Top