EOF

C

Chris L.

I am working with a non-text file (table). Does the EOF
function still work the same for a table full of data?

Do I assign it a number if it is not a text file?
Do I open the table with the DoCmd.opentable or
Open "myfile" ....

Thanks
CL
 
Top