H
Hajo
Hi,
When I execute the following code, tmp contains only 1. Actually it should
be 4.
1. Dim tmp As Integer
2. tmp = Me.Recordset.RecordCount
Now, when I set a breakpoint on the 2nd line, tmp will has the correct value
of 4.
Why is that so and what can I do to change that?
Thank you,
Hajo
When I execute the following code, tmp contains only 1. Actually it should
be 4.
1. Dim tmp As Integer
2. tmp = Me.Recordset.RecordCount
Now, when I set a breakpoint on the 2nd line, tmp will has the correct value
of 4.
Why is that so and what can I do to change that?
Thank you,
Hajo