EOF

  • Thread starter Thread starter Jack
  • Start date Start date
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..
 
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.
 
Back
Top