Popup on Running a Query????

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi All,

Is there anyway of getting something to popup when a query is run from the
main menu. I appreciate that it can be made to happen through a macro or a
form driven query but I need something more basic than that but can't see a
way!

Can anyone help please?

Ta.
Bill.
 
what do you mean by "something to popup"? we need to understand specifically
what you're trying to do before we can try to help you do it, so provide
more details, pls.

hth
 
Hi Tina,

It could be a simple bit of text explaining what the query is doing, but my
requirements would be moulded to what can be achieved!!!

Does that help?

Cheers.
Bill.
 
well, if you want a Msgbox to open when you run a query directly from the
database window, without doing any kind of programming - then, no, AFAIK
there's no way to do that. queries don't have programmable "events", so
there's no way to attach a msgbox to one.

hth
 
Back
Top