Search results

  1. A

    Open Exclusive Error Message Question?

    I have an access app that is on a shared location on a network, but only want to allow a single user to open it at any time. On each computer I have added the /excl switch to the shortcut so they get the message to say its open exclusively by another user, but they still get the option to open...
  2. A

    Continuous Form Paging?

    I have created a continuous Form, ie multiple records on the same form. But I want to limit the amount of records displayed on the form from the large table. Maybe have page forward/backward command buttons on the header or footer using VBA code?
  3. A

    Text Box update after Lost Focus

    I have an unbound Text Box that the user enters data into which is then used by VBA Code when a button is clicked on the Form. If I use TAB to exit after changing the data then the correct value is used by the code. However if it loses Focus, ie the Button is clicked, the old value is used...
Back
Top Bottom