B
Brett
I am using the following SQL for the following stored procedure:
sp_report APAgingDetail show Text, Blank, TxnType, Date, RefNumber,
Name, DueDate, Aging, OpenBalance parameters DateTo = {d'yyyy-mm-
dd'}, AgingAsOf = 'ReportEndDate'
I want to be able to prompt the user for the date entry 'yyyy-mm-dd'.
I have seen other posts on this, but I am confused. I am using Access
2007 and this is pulling data from QuickBooks via the QODBC driver. Is
there a simple way to this? I don't have much VBA experience.
Thanks!
sp_report APAgingDetail show Text, Blank, TxnType, Date, RefNumber,
Name, DueDate, Aging, OpenBalance parameters DateTo = {d'yyyy-mm-
dd'}, AgingAsOf = 'ReportEndDate'
I want to be able to prompt the user for the date entry 'yyyy-mm-dd'.
I have seen other posts on this, but I am confused. I am using Access
2007 and this is pulling data from QuickBooks via the QODBC driver. Is
there a simple way to this? I don't have much VBA experience.
Thanks!