Search results

  1. G

    Navigation control: access text box from a query.

    Hi, i'm trying to pass values of two text fields in a form, to a cross query. The form is under a navigation control forms and i can not get the corret reference. The controls are on the masReport form (look at the attached image). I have tried the following...
  2. G

    Navigation control and switch between tabs nightmare!!!

    Hi, i'm using a navigation control with 3 tabs. I would like to open a specific tab after the user login. I tried this but it does not work: NavigationControlName.Tabs.Item("tabNameToOpen").SetFocus i have tried: Me.NavigationSubForm.SourceObject = "FormName" then the form change but the tab...
  3. G

    how to calculate the most recurrent value

    Hi, i have to make a form with multiple sections. Each section has n questions to which corresponds a numerical value from 1 to 4. Example: Question 1 value 2 Question 2 value 1 Question 3 value 3 Question 4 value 2 Question 5 value 4 Question 6 value 2 I have to choose the most...
Back
Top Bottom