Hi When I click button to generate report there is the 7 out of memory error popup
Private Sub btn_Click()
On Error GoTo ErrCheck
Dim strPeriod As String
Dim intFY As Integer
Dim strFMth As String
Dim cnt As New ADODB.Connection
Dim rst As ADODB.Recordset
Dim...