Search results

  1. F

    Easy Question About Register

    Let me explain, I have a Field named ReturnDate, another named Client and the logic is that: if ReturnDate < Date() Then it runs this routine: Dim Maildb As Object Dim MailDoc As Object Dim Body As Object Dim Session As Object Set Session = CreateObject("Lotus.NotesSession") Call...
  2. F

    Easy Question About Register

    Hi Guys, I have read this forum, but i couldn´t find an answer. I need to create a routine to Compare a Date in a field, that belong to a register, with the current date and then execute another routine that I made. However i have no idea how to make a search register by register in a Access...
Back
Top Bottom