G
Guest
I am trying to set up my database so that it will automatically update its
tables and reports with new information on a daily or weekly basis. I am not
really sure how to make this work automatically, like without having to press
any buttons.
First of all I do not know how to transfer information into access from the
SQL server because I found that only access 2003 has the option for macro
actions "transfer SQL Database". Is there any other way to do it or do it
have to transfer first to excel then to access?
I also want to be able to use the IsNull function in the Conditions column
of the Macro to check to see it there is information inputted into the table.
When I do this I am getting the error “can’t find the name ‘Tbl_reasons’ you
entered in the expressionâ€. This is the name of the table and in the
expression builder I have entered: IsNull([Tbl_reasons]![Reason]).
Thanks so much
tables and reports with new information on a daily or weekly basis. I am not
really sure how to make this work automatically, like without having to press
any buttons.
First of all I do not know how to transfer information into access from the
SQL server because I found that only access 2003 has the option for macro
actions "transfer SQL Database". Is there any other way to do it or do it
have to transfer first to excel then to access?
I also want to be able to use the IsNull function in the Conditions column
of the Macro to check to see it there is information inputted into the table.
When I do this I am getting the error “can’t find the name ‘Tbl_reasons’ you
entered in the expressionâ€. This is the name of the table and in the
expression builder I have entered: IsNull([Tbl_reasons]![Reason]).
Thanks so much