I have to append a bunch of records (comma delimited file) to an existing populated table. One of the fields in the incoming file is an auto number field. Do I populate the auto number in the file or will ACCESS (2003) populate it for me.
tia
Code/
Dim rst As DAO.Recordset
Set rst = CurrentDb.OpenRecordset("ELUR1")
intNumbRows = rst.RecordCount
/Code
intNumbRows contains one less than the actual number of rows in the table. What am I doing wrong?
tia
This is ACCESS 2000. I started all over and tried to export the same way (File->export etc). My code did not go with the form. When I View->code on the form in the new DB it gave me code for another form in the new DB. That being done I reversed my way of thinking. I am adding a form to a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.