Search results

  1. 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...
  2. 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