Search results

  1. R

    Access noob - problem using query in VBA to change an object's property

    That's it - all sorted. Thanks very much again Kiwiman (and Jarico earlier). Mike.
  2. R

    Access noob - problem using query in VBA to change an object's property

    Fantastic - thank you Kiwiman & Jarico! Using Jarico's code, Lcnt is now being successfully set according to the rows in the order. The only problem now is that when the interpreter hits the first Set statement it errors with "Run time error '424': Object required". Sorry to ask for yet more...
  3. R

    Access noob - problem using query in VBA to change an object's property

    Please be gentle, I'm new to Access... I have an Order Processing app based on Northwind. I've modified table [order details] to include a yes/no field 'canVisit'. The Orders/Orders Subform look quite similar to the original, but I have buttons on the Orders form which I only want to be...
Back
Top Bottom