Search results

  1. B

    VBA to create dynamic table - slow to run

    I think this might be worth trying. I will let you know if it works. Thanks.
  2. B

    VBA to create dynamic table - slow to run

    It's a database I have created to plan my holidays. There is a form that shows the details for each holiday and two subforms, one for dates and one for payments. They are dynamically recreated each time the holiday details are updated.
  3. B

    VBA to create dynamic table - slow to run

    It's all on the same computer. Intel i5 with 8Gb Ram.
  4. B

    VBA to create dynamic table - slow to run

    This is an Access front-end and Access back-end. This table is being created on the front end. Size of the dB is about 30 Meg.
  5. B

    VBA to create dynamic table - slow to run

    Actually both. There are only two records to add but that takes 4 seconds as well
  6. B

    VBA to create dynamic table - slow to run

    I hope someone can help me with a performance issue in creating dynamic tables using VBA. I have a generic procedure which rebuilds a table to store the contents of a crosstab query. This table is then used to populate a subform. On one particular table the code takes around 4 seconds to run –...
Back
Top Bottom