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 Chriss Miller 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: gauntletxg
  • Content: Threads
  • Order by date
  1. gauntletxg

    Interchangeable cascading combo boxes

    I have a customer address book form, with over 500 customers in it right now. There's a combo box with a list of all the customer names, and the user can select the customer they want to view the contact info. I'm trying to make it easier for people to find the customer they want. I have 2...
  2. gauntletxg

    Copy value from one subform to another

    Hi everyone. Hopefully someone can help me out here, I'm stumped. I have a main form that contains basic client information. There are then three subforms that contain specific contact information (i.e one subform is for a business contact, another is for a technical contact, etc. etc.) I want...
  3. gauntletxg

    Save as dialog box initial directory

    I'm trying to write a macro that will open a Save As dialog box in a specific directory with a specific file type. This is what I have so far: Sub SaveAsTab() Cells.Select Selection.Copy Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False...
  4. gauntletxg

    Comparing 2 text boxes in a form and subform

    Here's what's going on. I have one table which contains information regarding bank deposits (customer, check number, date, etc. etc.), nothing out of the ordinary. My parent form links to this table. I have a second table which contains detailed information regarding these deposits, such as what...
  5. gauntletxg

    Dynamic field population in web forms revisited

    Hello all, this is my first post and I am in need of some assistance. I am relatively new to javascript and am struggling to figure out how to populate fields dynamically. I currently have a basic form in HTML which is used to gather contact information from customers. There are six fields on...

Part and Inventory Search

Back
Top