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 Shaun E 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. TheSouthCole

    need combo box to open AddRecord form if applicable

    I can't write VBA code, so maybe I can't do this.... On a data entry form is a combo box for users to choose a customer. The CustID# is stored in that field. But if the customer's not in the list, I want the combo box to open an AddCustomer form, and then take the new customer's CustID# from...
  2. TheSouthCole

    combo box to populate parameter in query

    I have a very complex query (based on several other queries and tables) and want to provide a combo box for user to select queried data. Question #1: is there any way to do that without VBA code, and if so, how? Question #2: user wants one of the choices (from this combo box) to be "Rail" but...
  3. TheSouthCole

    HP IIP Plus printer prints "faded" in XP

    Call me cheap, but I've got this OLD printer that still works wonderfully, EXCEPT that HP never wrote an updated driver for anything past Win98. It worked fine in Win 2000 but prints "faded" since upgrading to WinXP Pro. I've checked FAQ's and searched on topic, but found no help. Does anyone...
  4. TheSouthCole

    pasting Word into PM makes titles appear twice

    Hi! I am a completely new PM user dumped into a gigantic project, so please bear with me. Text was formatted in PM, then copied/pasted into Word for people to edit. Now, I copy/paste their edited Word document back into PM (formatting is all still there), but any titles are shown twice when...
  5. TheSouthCole

    Excel - automatically draw border where data changes

    Hello, everyone! Is there a way to have a bottom border drawn automatically under the last row of data, for example: ColA ColB ColC 1 data data 1 data data 1 data data ---------------- 2 data data 2 data data ----------------- 3 data data where ----- represents...
  6. TheSouthCole

    numbers stored in text data type. Can't query with <= criteria

    I know there must be a simpler solution than to change the field's data type to number (I hope)! I have numbers in a text data type field. I need to query for numbers <=998. Didn't work. I queried to remove blanks, then queried using Expr1:Val([fieldname]) in a blank field cell. Works...

Part and Inventory Search

Back
Top