D
Deehorsing
Hello
I am trying to use a macro to open a form which accepts a value from the user,
this value is used to create run 2 queries whic create 2 tables....these two
tables are then used to open report. The problem is that when i use the
openForm to get the user input , the macro opens the report without allowing
the user to enter the value in the form. Please help if you can.
the macro is as follows
openform ...this forms contains a combo box from which the user can select
relevant values, the afterupdate event on the combobox creates the two
tables based on the value entered by the user.
open report ...this should open the report using the just created tables
Dee
I am trying to use a macro to open a form which accepts a value from the user,
this value is used to create run 2 queries whic create 2 tables....these two
tables are then used to open report. The problem is that when i use the
openForm to get the user input , the macro opens the report without allowing
the user to enter the value in the form. Please help if you can.
the macro is as follows
openform ...this forms contains a combo box from which the user can select
relevant values, the afterupdate event on the combobox creates the two
tables based on the value entered by the user.
open report ...this should open the report using the just created tables
Dee