Search results

  1. V

    GoToRecord passing a condition

    Is there a way where you can write some code that says: GoToRecord WHERE PrimaryKey=Variable This will then change the record displayed in main form. Any Ideas?
  2. V

    go to record based on query selected

    Hello there, I am trying to switch the record selected on my main form to the one which has been selected in a sub form datasheet. Such that, as the user selects a record in the subform it will identify the Primary Key field and use that to change the record displayed in the main form. Below...
  3. V

    Select record in datasheet view to display in main form

    I am creating a form which allows a user to enter information about students. On the same form, it also allows the user to enter text into a search box which will run a query and then will display the results of the query at the bottom of the form in a subform (as a datasheet). I am trying to...
Back
Top Bottom