B
Bruceh
I'm using an existing Function in an Access file as a template to
write a Function for my database and for some reason VB doesn't
recognize something.
I copied the beginning part...
Public Function ExportDbf()
Dim dbs as Database
But VB doesn't recognize "Database". When I start typing
the string
Dim xxx As Data
The list of available options only shows:
DataAccessPage
DataAcessPages
DataTypeEnum
Date
...
In the other Access file, it autocompletes OK. I'm confused.
write a Function for my database and for some reason VB doesn't
recognize something.
I copied the beginning part...
Public Function ExportDbf()
Dim dbs as Database
But VB doesn't recognize "Database". When I start typing
the string
Dim xxx As Data
The list of available options only shows:
DataAccessPage
DataAcessPages
DataTypeEnum
Date
...
In the other Access file, it autocompletes OK. I'm confused.