I have a macro which is consist of :
1. setwarnings -------no
2. openform ---------- I open a form to take values
and we use those values as variable
in next parameter queries. We use
those variables in some of next qu
-eries.
3. Openquery -------- query 1
4. Openquery -------- query 2
5. Openquery -------- query 3
6. setwarnings ------ yes
it should be work with this order, but why when I run the macro, it goes directly to action no. 3,4,5 eventhough the form already open but we cannot put some values. I need the to input some value in this form and those values can be used several times in my next queries.
Does anyone know what's wrong with my macro?
Thanks in advance
1. setwarnings -------no
2. openform ---------- I open a form to take values
and we use those values as variable
in next parameter queries. We use
those variables in some of next qu
-eries.
3. Openquery -------- query 1
4. Openquery -------- query 2
5. Openquery -------- query 3
6. setwarnings ------ yes
it should be work with this order, but why when I run the macro, it goes directly to action no. 3,4,5 eventhough the form already open but we cannot put some values. I need the to input some value in this form and those values can be used several times in my next queries.
Does anyone know what's wrong with my macro?
Thanks in advance