Search results

  1. D

    Wrapping controls WithEvents in classes

    Thanks @jwcolby54, I was basing my experience on the most recent .pdf on this post. I see a lot of references to GitHub but have not found a link to it. My humble feedback is the second e.g. insinuates that the code will run, & is detailed in it's step by step process. But there are no...
  2. D

    Wrapping controls WithEvents in classes

    Thanks for the book @jwcolby54, enjoying it. Obv's in the interest of constructive feedback I'd agree with @Gasman here. Up to p28 & as @Gasman mentioned p27 says that we are able to step through & fire the after_update events; which of course we haven't hooked up the main frm yet... & are not...
  3. D

    Wrapping controls WithEvents in classes

    Thanks Pete Thanks Pete
  4. D

    Wrapping controls WithEvents in classes

    Thanks for this, I'm close to finishing Andrew Couch's 'Access 2010 VBA Programming Inside Out'; an excellent book! But I still have not fully grasped events fully as the e.g's in the book were hooked into native Access events. So I'm unclear if all clsEvents need to be hooked or they can be...
  5. D

    Nested Headers - Nested Subqueries/ Normalization Correct?

    Thanks @Edgar, really helpful input. As there are so few items in HeaderTypesT & UnitsT & they will not change to minimize storage I avoided Autonumber & believe this is a rare exception. Cannot believe I did not think of this. I have spent 12 hours a day; over a week trying to recursively...
  6. D

    Nested Headers - Nested Subqueries/ Normalization Correct?

    Sorry Pat, do you mean a subroutine/ function looping through with code?
  7. D

    Use a string to refer to a defined recordset object

    Thanks Pete, not to hijack the thread & simplifying but in the interest of publicly shaming myself - I read it as being able to use a var to refer to a recordset - imagine you have several similar recordsets: r1 r2 r3... You want to save space in your code by avoiding huge blocks everywhere. So...
  8. D

    Use a string to refer to a defined recordset object

    I'm trying to do the exact same thing. Was very clear in post-01 what you were after; dynamically creating a recordset, surprised at the confusion.
  9. D

    Access Europe - Wed 7 Aug: Using Treeviews with Access Applications (Pete Poppe)

    Wow what an awesome class. I'm just coming to the end of my first watch & had to say thanks.
  10. D

    Nested Headers - Nested Subqueries/ Normalization Correct?

    No need for apologies, yes that's pretty much exactly what I'm doing. Thanks, yes that's why I want a deeper sense of sorting. Ideally relating to the inherent 'level' of each item. Thanks Pat, yes that's pretty much exactly what I'm after. A sort & group based on 'level type' sort of thing...
  11. D

    Nested Headers - Nested Subqueries/ Normalization Correct?

    Another video; hopefully clearer. Ultimately the topic is creating the schema & queries to display a multi-level list. like in Microsoft Word. Tenders & all records will be copied as to avoid reinventing the wheel each time. @Pat Hartman - it sounds like I'm not massively wrong with the...
  12. D

    Nested Headers - Nested Subqueries/ Normalization Correct?

    Thanks Pat, I always try to hit Like to show my appreciation to anyone who helps me. A belated response as googling BOM brought me no results so unsure what that BOM is & I struggle to convey what my issue is when i don't really know the subject; so appreciate i am unclear - apologies. You have...
  13. D

    Nested Headers - Nested Subqueries/ Normalization Correct?

    Video linked for explanation. I have 7 different HeaderTypes. Which I need to be displayed in a continuous form; similar to grouping on a report. Do not be fooled by the apparent sorted order of the BillTemsF. It appears sorted because correctly because BillHeadersAndItemsT ID has been created...
  14. D

    Solved What's up with not being able to post simple replies?

    Out of interest how long until a user can post links? I think it is a good measure & is required, quite frustrating sometimes, I'm 50 or so posts in & still unable to link :eek:.
  15. D

    DLookup Function Alternative

    I'm just a learner but I believe queries greatly outperform dLookup; especially as it scales. I think you'd be better off using an update query. I don't know much about them but I believe an update query will only save/ act on the fields in which it makes changes so be forewarned to save as a...
  16. D

    How to make my Laptop to run like a Desktop?

    To state the obvs it' snot worth effort repairing an 8 year old machine & my experience of most repair shops have not been fruitful & my own endeavours to repair electronics have failed miserably most of the time with very few success'. BUT it's probably all about the challenge for you...
  17. D

    Solved Good Resource For Learning Access SQL?

    Thank you very much.
  18. D

    Solved Good Resource For Learning Access SQL?

    Thanks @cheekybuddha , very helpful. Believe me not wanting to run, just trying to grasp the basics but spinning out of control lol.
  19. D

    Solved Good Resource For Learning Access SQL?

    Thanks @cheekybuddha, it works in PostgreSQL - direct from tutorial mentioned in specific area of Multiple Rows & Multiple Fields area of subqueries Youtube techTFQ titled "Subquery in SQL | Complete SQL Subqueries Tutorial". Thanks for your input on the qry. I just cannot see how I can learn...
Back
Top Bottom