M
michellesihdu
Hi everybody
I’m trying to import Excel to Access.
How/where do I define variables my own variables? I've found many
examples where people uses variables in Access that they have defined
on there own.
Here is an example that is frequently used:
Dim rstImport As DAO.Recordset
When I tried to use the same line my own program an error says that
the variable is not defined.
Since I don’t know how and where to define those variables, as used in
previous line, I do need help.
Thanks in advance
/Michelle
(e-mail address removed)
I’m trying to import Excel to Access.
How/where do I define variables my own variables? I've found many
examples where people uses variables in Access that they have defined
on there own.
Here is an example that is frequently used:
Dim rstImport As DAO.Recordset
When I tried to use the same line my own program an error says that
the variable is not defined.
Since I don’t know how and where to define those variables, as used in
previous line, I do need help.
Thanks in advance
/Michelle
(e-mail address removed)