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

  1. TravisT42

    Importing Text Happens Despite Clicking "Cancel"

    Now I know the answer to the question "Who rocks the house?" Thanks PHV!
  2. TravisT42

    Importing Text Happens Despite Clicking "Cancel"

    The subform control I'm working on imports a delimited text file and populates a table with the imported information. It works *almost* great. It imports fine, but if a user were to accidentally hit the "Import Packing List" button again and the "Please select Packing List text file to import."...
  3. TravisT42

    Select/De-Select Buttons fail to Call Subform

    Ah, good catch, AceMan. The subform name is sfmDTRPick.
  4. TravisT42

    Select/De-Select Buttons fail to Call Subform

    Yeah, okay, just go ahead and give me the simple, elegant solution, PHV. ;) But, in case my future needs can't be met with such a straightforward answer, how *could* I make that code work? I can't imagine this will be the only time I need to reference a control on a subform.
  5. TravisT42

    Select/De-Select Buttons fail to Call Subform

    Hi Aceman, Not too shabby apart from this fershlugginer control, thanks. I tried the code and received the error that Access can't find the field '|'.
  6. TravisT42

    Select/De-Select Buttons fail to Call Subform

    Hello All, I have a form frmDTRPrep with a subform frmDTRPick. On DTRPick there is a field Pkgd which is a checkbox. The idea is that users pick the boxes they want to add to a shipping request. Works fine as is, but for the times when there are too many boxes to just click on one by one, I...
  7. TravisT42

    Wrestling With Spreadsheet Import Control

    Hello all, VBA coder newb here. Searched the forums and found a useful function here thread705-760625. I put this code into a module, not a class module. The control I'm using is in a subform and I have entered the following into the click event procedure: GetFile ("[FileName]")...

Part and Inventory Search

Back
Top