D
Dorian
When I have a parameter query such as:
SELECT * FROM tblTable WHERE MyDate = [My date];
and I open this query with
DoCmd.OpenQuery Me!cmbQueries, acViewPreview, acReadOnly
is there any way I can display the contents of [My date] on the page?
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
SELECT * FROM tblTable WHERE MyDate = [My date];
and I open this query with
DoCmd.OpenQuery Me!cmbQueries, acViewPreview, acReadOnly
is there any way I can display the contents of [My date] on the page?
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".