Exporting summarised instances

12 posts / 0 new
Last post
Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Just saw the possible problem, your then is on a separate line from the if statement, they need to be on the same line.  If should be:

If lRecords <> 0 Then

That should hopefully fix the syntax error.

Brian

Pages