G
Gator
Nothing is showing in List 13 on the click event...any ideas?
Private Sub List11_Click()
List13.RowSource = "SELECT DateDep, Account, AccountName,
Format(SUM(Amount),'currency')" & _
"FROM Deposits WHERE (((Fund)='" & List11 & "'))" & _
"GROUP BY Month(DateDep)" & _
"ORDER BY DateDep DESC;"
End Sub
Private Sub List11_Click()
List13.RowSource = "SELECT DateDep, Account, AccountName,
Format(SUM(Amount),'currency')" & _
"FROM Deposits WHERE (((Fund)='" & List11 & "'))" & _
"GROUP BY Month(DateDep)" & _
"ORDER BY DateDep DESC;"
End Sub