aziz rasul
Active member
- Local time
- Today, 19:28
- Joined
- Jun 26, 2000
- Messages
- 1,935
I need to copy the names of hundreds of MS Access report names into a spreadsheet. I have tried to use a report count in order to go thru a loop extracting the report names. However I get 0 when I use
Dim intReports As Integer
intReports = Reports.Count
Can anyone c what is wrong here?
Dim intReports As Integer
intReports = Reports.Count
Can anyone c what is wrong here?