Recent content by SBS

  1. S

    32 Bit accde as reference in 64 bit access

    I have an accdb file that I can compile both with 32 bit access on machine 1 and 64 bit access on machine 2. I generated an accde file say a.accde on the 32 bit machine. I have used Ptrsafe to ensure that it can be used regardless of the bitness. However, when I try to add reference to...
  2. S

    continuous form that allows users to resize and reorder columns like a datasheet

    I believe that the issue is at minimum with "Resize on Open" or trying to resize by double clicking the label. If I had access to the code, most probably I could fix it.
  3. S

    continuous form that allows users to resize and reorder columns like a datasheet

    When I use provided accdb, I get "3021: No Current Record" error for all records. Also, I tried to create a new form with a subset of fields. Has the same error with additional error "91: Object variable or With block variable not set".
Back
Top Bottom