bopritchard
Programmer
i'm doing the following
DoCmd.OpenForm stDocName, acNormal, filterName, whereclause
where
stDocName is the name of the form
filterName is the name of a valid query
whereclause is my filter criteria
but on the formload of the form i'm opening the recordsouce and the filter are null and of course no data shows up in the form
what am i doing wrong
DoCmd.OpenForm stDocName, acNormal, filterName, whereclause
where
stDocName is the name of the form
filterName is the name of a valid query
whereclause is my filter criteria
but on the formload of the form i'm opening the recordsouce and the filter are null and of course no data shows up in the form
what am i doing wrong