Search results

  1. G

    Question Is there anyway to restrict users to hide&rearranging the columns in Datasheet view?

    Re: Is there anyway to restrict users to hide&rearranging the columns in Datasheet vi Yes, it is a problem. Multiple users accessing the same front end access form. So if one user modified(Hide or reordered) some columns, it will be hard for others users to work on.
  2. G

    Question Is there anyway to restrict users to hide&rearranging the columns in Datasheet view?

    Is there anyway to restrict users to hide&rearranging the columns in Datasheet view? I am displaying table records in access form Datasheet view. While business users accessing that form, they are hiding and rearranging some columns for their use. So it will be hard for other users to access. I...
  3. G

    Programmatically assign VBA code to MouseupEvent in access?

    Thank you much for spending your valuable time to solve my queries. Chriso you are absolutely correct. Anyway the above methods are not at all working. my access db is file ACCDB, not MDE,ACCDE. I have accomplished this issue using the Macro. Now my acccess form working as i expected. Thanks guys..
  4. G

    Programmatically assign VBA code to MouseupEvent in access?

    I have created form dynamically in VBA. The below query will create the form with MouseupEvent.But it doesnt contain any code inside the event. I want to know how to insert VBA code for this particular event. Do we need to use any Modules or Functions or Macro ?? Set frm = CreateForm()...
Back
Top Bottom