Search results

  1. D

    How to do a query between hours

    So i am trying to write a function that will get the number of records between todays date and now, but its been failing Dim dbs As DAO.Database Dim rstBlock As DAO.Recordset Set dbs = CurrentDb Set rstBlock = dbs.OpenRecordset("select * from Customers where " & _ "AddedBy...
Back
Top Bottom