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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by forceflow

  1. forceflow

    Populate list box using check boxes

    Aceman-- That worked perfectly. You just saved me a ton of time! forceflow
  2. forceflow

    Populate list box using check boxes

    Getting a compile error for db as DAO.database "User defined type not defined" Ideas? forceflow
  3. forceflow

    Populate list box using check boxes

    Did it. Thanks Aceman
  4. forceflow

    Populate list box using check boxes

    Aceman---- tblJobFiles Check box qty: 23 Starting Position in table: 8 (counting "0" as 1) forceflow
  5. forceflow

    Populate list box using check boxes

    Roger that Aceman. Leave data type as "YES/NO" for now?
  6. forceflow

    Populate list box using check boxes

    When you say respective entry do you mean for example to change the name of the table fields to ListA0, ListA1, ListA2, etc? forceflow
  7. forceflow

    Populate list box using check boxes

    Exactly! Other 20 fields can be deleted after data is merged over to mmoProducts so the data can then be displayed in the frmJobFiles!lstProducts instead of using 20 check boxes on the form. forceflow
  8. forceflow

    Populate list box using check boxes

    Excellent Code Aceman! Not one hang-up or glitch! A couple other things now that I have all that working: What about a method to completely clear the frmJobFile!lstProducts field? How can I convert existing table fields that are not null into the mmoProducts field? I originally used check...
  9. forceflow

    Populate list box using check boxes

    Aceman---- I had planned on entering each of the values for each popup list box in my preferred order of display. I hope that frmJobFiles!lstAllProductsSelected can display like this: First or "top" row(s)of "lstAllProductsSelected" would be the selected data from lstA on popup (of course in...
  10. forceflow

    Populate list box using check boxes

    Aceman: Would rather have lstA B C order than alphabetical forceflow
  11. forceflow

    Populate list box using check boxes

    Will not exceed 2048. Thanks forceflow
  12. forceflow

    Populate list box using check boxes

    Aceman--- Hate to complicate things but what if I wanted to have three separate list boxes on the popup form, then combine the items chosen in each of the three to display in one list box on the main form? Possible? or ugly. Example: On Popup form: lstA = Item1 and Item4 selected lstB =...
  13. forceflow

    Populate list box using check boxes

    Aceman..... You rock! Perfect code. works great. I have wanted to find a way to do this for the last year, looked on Tek-Tips from time to time and finally asked. Big thanks!!! [thumbsup2] forceflow
  14. forceflow

    Populate list box using check boxes

    Oops--Sorry about that on the columns. Single column is all that is needed. I will have probably 5 to 10 rows in the column. Popup form name "popSelectProducts"
  15. forceflow

    Populate list box using check boxes

    Aceman---- Memo type field on main to be called "mmoProducts" Popup list columns: 5 (six product names) I will actually be having three separate list boxes where I need to do this procedure but for learning purposes, one will work great. Main: frmJobFiles!lstProducts Sub...

Part and Inventory Search

Back
Top