C
coalchamber
Hello all,
alright, hopefully this will be easy to explain.
I have a combo box which is base don a query. The query basically
compares 2 table and whatever ones which are in one but not the other
are put in the combo box. Now, the user picks something from the combo
box, and presses that little next arrow down the bottom, writing it to
the table.
Now, i have to create a macro which will only run the query. I know
openquery will run it, but i don't want it visisble at all. I tried
requery but seeing as i have to place this macro in on of the form
events (on current) rather then the combo box, it gets screwed up.
Any suggestions?
Thanks
alright, hopefully this will be easy to explain.
I have a combo box which is base don a query. The query basically
compares 2 table and whatever ones which are in one but not the other
are put in the combo box. Now, the user picks something from the combo
box, and presses that little next arrow down the bottom, writing it to
the table.
Now, i have to create a macro which will only run the query. I know
openquery will run it, but i don't want it visisble at all. I tried
requery but seeing as i have to place this macro in on of the form
events (on current) rather then the combo box, it gets screwed up.
Any suggestions?
Thanks