Good morning.
I have a problem, I would like to select data from my database in Access
with a range of dates and a specific name. How can I do it? My thought is with While
but it does not work for me.
select * from Registro
While Fecha_uso between #12/19/2016# and #12/23/2016#
where name = 'Juan'