J
Janet
I'd like to be able to have a 'pop-up' input parameter
such as one uses in a query, but I'd like to code it (for
the first time.) I've tried researching, but am having
trouble locating exactly what I want to do. How can I
make the following work? And, I'd like to be able to
resuse the [Enter Month Ending Date] a few times in the
code.
Thanks for any help!
Dim varSQL As String, varDate As Date
varSQL = "Delete * from dbo_tblSubReceivables where
recPaidDate=" & [Enter Month Ending Date]
DoCmd.RunSQL varSQL
such as one uses in a query, but I'd like to code it (for
the first time.) I've tried researching, but am having
trouble locating exactly what I want to do. How can I
make the following work? And, I'd like to be able to
resuse the [Enter Month Ending Date] a few times in the
code.
Thanks for any help!
Dim varSQL As String, varDate As Date
varSQL = "Delete * from dbo_tblSubReceivables where
recPaidDate=" & [Enter Month Ending Date]
DoCmd.RunSQL varSQL