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: *

  • Users: CJSSC
  • Content: Threads
  • Order by date
  1. CJSSC

    Open Popup Form w/Matching ID to Main Form

    I want to open a popup form with the same unique ID (not an autonumber function). I've tried Forms!MainForm!UniqueID=Me!UniqueID in the On_Click to open the popup (Command Button on Main Form), the On_Load for the popup form, etc. with zero results. TIA, Cj
  2. CJSSC

    Query filters records on null fields

    I have a query that is filtering out records when no filters are applied. The underlying table "Zero Length & Required" properties are set to no for all of the text boxes and Memo boxes. I should be able to retrieve all records but I only get records with all fields filled. TIA, Cj
  3. CJSSC

    ComboBox won't update underlying table

    I'm using a combo box to autopopulate a form. That's working great (Thanks Paul Bricker), but the underlying table is not receiving this info. combobox has part numbers and descriptions from Master BOM table. System Configuration form needs part numbers and descriptions in the System Config...
  4. CJSSC

    Autofill Part Description based on Part Number

    I need to autofill a textbox with information (part description) from a master BOM table based on an entered part number. I've tried OnGetFocus event procedure but I can't seem to get it right. Thanks in advance. CJ

Part and Inventory Search

Back
Top