Search results

  1. J

    Dlookup with multiple criteria

    I have this If Not IsNull(strCount = DLookup("[Number_Of_Records]", "All_Booked_Callbacks ", "[CallBack_Date] =#" & Me.CB_DAte.Value & "#" _ & " And [CallBack_Time] = #" & Me.CB_Time.Value & "#")) Then strCount = DLookup("[Number_Of_Records]", "All_Booked_Callbacks ", "[CallBack_Date]...
  2. J

    Hello forum

    Used the forum a number of times for tips and hints, never posted before now, but I really need the help.
  3. J

    Query bringing back multiple rows not just one

    I have the attached code in a query. It should be bringing back just one row for each record, however, if I have anything in any column other than Call_NUmber_int it brings back multiples if that record, I can't seem to get this right, any chance anyone can see what I have wrong in this...
Back
Top Bottom