R
Rick
For testing purposes I would like to see a datasheet of the records returned
from a select query. I am using Access2000, DAO.
For example, the following:
strsql = "SELECT Clients.ClientID, Clients.RegistrationDate,
Clients.BabyActualDate, Clients.Father" _
& " FROM Clients" _
& " WHERE (((Clients.RegistrationDate)<" & dteFYStart & "));"
Set rstClients = dbsBITO.OpenRecordset(strsql)
Thank you for your advice.
Rick
from a select query. I am using Access2000, DAO.
For example, the following:
strsql = "SELECT Clients.ClientID, Clients.RegistrationDate,
Clients.BabyActualDate, Clients.Father" _
& " FROM Clients" _
& " WHERE (((Clients.RegistrationDate)<" & dteFYStart & "));"
Set rstClients = dbsBITO.OpenRecordset(strsql)
Thank you for your advice.
Rick