R
Russ via AccessMonster.com
trying to open form based on two dates;
stLinkCriteria = "[TransactionDate]=Between #" & Me.Beginning_Trans_Date & "#
and #" & Me.Ending_Trans_Date & "#"""
Do not know where I went wrong, please help.
Thanks
stLinkCriteria = "[TransactionDate]=Between #" & Me.Beginning_Trans_Date & "#
and #" & Me.Ending_Trans_Date & "#"""
Do not know where I went wrong, please help.
Thanks