Search results

  1. J

    Update OLE Object Path

    Does anyone know how to change the path of an OLE Object that is stored within a table? I want to move thousands of linked files to another location, but must update all the references.
  2. J

    DLookup and poss behaviour of table/function updates

    Something that has been bothering me for a while... I have a query that has the following expression as one of its fields. Grade: DLookUp("[TABLE Grade Schema Details]![Grade]","TABLE Grade Schema Details","[TABLE Grade Schema Details]![Grade Schema] = '" & [Grade Schema] & "' And [TABLE...
  3. J

    DT Picker OnUpdated event

    I am using an unbound DTPicker in order to control what day's information a particular subform displays. My problem is that I want the line of code to be executed as soon as a new date is selected. At the moment I am using the DTPicker's OnLostFocus event to run the line of code required and...
  4. J

    Lookup grade earned from GradeBoundary table

    (Simplified version of problem) I have a table named GradeBoundary that describes grade boundaries for a particular course eg GRADE PERCENTAGE TO ACHEIVE U 0 D 20 C 40 B...
Back
Top Bottom