Link to home
Start Free TrialLog in
Avatar of SparkyP
SparkyP

asked on

Opening a Form with Date criteria in VBA

I have my opening form based on a query where the the UserName is filtered by >Now().  I would like this work in VBA without the query.

I understand how to do this with the DoCmd from an event, but there is no event on the opening page
ASKER CERTIFIED SOLUTION
Avatar of mbizup
mbizup
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SparkyP
SparkyP

ASKER

Thanks again