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 Mike Lewis 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. TheWiseGuy

    Need help with relationships (don’t we all).

    I am building a database to manage contacts, contracts and students information for a membership-based marital art’s business. I initially thought this would a simple task but, like most things, “the easy part is talking about it, the hard part is doing it”. Anyway, I am getting major brain...
  2. TheWiseGuy

    Help with using subform data in Master-form fields

    OVERVIEW: We have a PRODUCTS sub-form included in a CONTRACTS Main form that displays a single matching PRODUCTS record based on [productIdCode]. When a product is selected in [ProductsIdCode] (ComboBox) a corresponding record from the PRODUCTS table is displayed. Only one product is allowed...
  3. TheWiseGuy

    Chr() code for "CTRL+ENTER ket

    VBcr and VBKeyReturn do not work. I need a way to send the equiv of pressing the 'CTRL' and "ENTER" keys. There must be ansi (Chr$) or vb constant that will do this. Hopefully, somebody knows.
  4. TheWiseGuy

    Chr() code for "CTRL+ENTER ket

    I am trying to combine (display)address data into a single TEXT box (similar to OUTLOOKS address box in contacts). The problem is that I need a CHR() for CTRL+ENTER. CHR(13) does not work. See below Private Sub ZipCode_AfterUpdate() [Text14].Value = Trim([Street].Value) & " &quot...
  5. TheWiseGuy

    Displaying the Weekday based on a date

    I need to display the weekday in a form based on a date entry. The value does not need to be stored, just displayed. A textbox would do fine. I have already made a two field table called "Weekday" with one record for each weekday but I am having problems with the "select&quot...

Part and Inventory Search

Back
Top