EOF

J

Jack

Can you please tell me what the code "EOF" stands for?
Or tell me where to look up for this.
For instance, If rs_Customer.EOF then..
 
D

dave

it means end of file. it is used in VBA coding to
determine the record pointer has reached the end of the
recordset or not.
 
Top