Search results

  1. H

    requery subform from another subfrom

    i had changed the container name, thank you very much Bob
  2. H

    requery subform from another subfrom

    Hi, have found a lot of info on similar subjects but can't get the syntax right. I have a main form (MainPage_fm) this has about 7 subforms (same level all placed in a tab control) I'm trying to requery a subform from another subform, my guess is I need to refer to the parent form and then to...
  3. H

    copy data from multiple tables with SQL

    hi, i've found some code to copy info from one table to another but need to change it so that it will copy data from multiple tables, certain fields only, to a single table. it is a sort of archive function but won't be used very often so didn't think it was necessary to create 1 to many...
  4. H

    loading a form problem

    I have a command button on my main form used to load a search form and query which works fine, when you've found the correct record the form will return to the main form and load the correct record in the main form. My problem is trying to load the search form from another form, my guess is that...
  5. H

    Jumping to Form View Record from a Query

    Hi, new to the forum hoping someone can help :) I'm half way through a project and want to have 3 queries to search personal information (Surname/DOB/Ref Number) is it possible to select the record in data view from the query search and jump to the record in form view? Would I have to display...
Back
Top Bottom