Francisco Tapia
fhtapia at gmail.com
Wed Sep 1 12:45:49 CDT 2004
just the same I did it as a boolean static
so
Static blnINIT As Boolean
IF blnINIT = FALSE then
<code>
blnINIT = TRUE
Endif
On Wed, 1 Sep 2004 19:11:43 +0200, Gustav Brock <gustav at cactus.dk> wrote:
> Hi Francisco
>
> > Why a counter?
>
> Form loads => 1
> Form hits current first time => 2
>
> So:
>
> If lngCounter = 2 then
> <your code>
> End If
> lngCounter = lngCounter + 1
>
> /gustav
>
> >> But replace the Boolean with a counter: one, two ...
>
>
>
> --
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
--
-Francisco