Search results

  1. J

    sourceobject command

    i have a oleobject on a subform and i want to get the path and name of the inserted object, my mainform is newpostassign and my subform is subassign, my object is Title. I thought Forms!newpostassign.Form!subassign!Title.SetFocus myfile2 = Forms!newpostassign.Form!subassign!Title.SourceObject...
  2. J

    Finding matching records

    I posted a message earlier, but didn't really explain it properly so i will try again. I have two queries which i created from a table called submission they being SubAssign and UnSubAssign. Each Query contains the same fields. StudentID,AssignCode,Surname,AssignNumber, AssignTitle. As each...
  3. J

    The difference between two queries

    I have two queries made up of the same fields. What i need to do is get all the records in the first query that don't appear in the second. The only problem is there isn't one unique identifier you need to use two fields to identify records the same. I cannot work out how to use the unmatched...
Back
Top Bottom