` Printed Icetips Article

Icetips Article



Par2: Autoincrement adding without form
1999-06-02 -- George Cobaugh
 
Call Access:FileName.PrimeRecord()

This will clear the buffer (or an optional parameter of 1 will not clear the buffer), 
autoincrement the key and initialize any values set up in your dictionary as initial
values.
The global variables you have to code after this call.  You will find info in the help
under
'primerecord'

Nik Johnson notes:
> Access:MyFile.Insert()
> 
> If the autoincrement hasn't been done before you call the Insert method, the
> Insert method will autoincrement for you.



Printed May 6, 2024, 5:48 pm
This article has been viewed/printed 35128 times.