H
Henro
I have a form based on a table with 400 dates. I want the form, on opening,
to open on the date of today.
Users need the ability to browse to former or future dates so putting Date()
as a criterium in the query won't work.
I'm thinking along the lines of:
DoCmd.GoToRecord acDataForm, "Jouw FormulierNaam", (Datum = Date()) but I
onderstand from the helpfiles that this isn''t possible?
Suggestions?
TIA Henro
to open on the date of today.
Users need the ability to browse to former or future dates so putting Date()
as a criterium in the query won't work.
I'm thinking along the lines of:
DoCmd.GoToRecord acDataForm, "Jouw FormulierNaam", (Datum = Date()) but I
onderstand from the helpfiles that this isn''t possible?
Suggestions?
TIA Henro