Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
macro in ms access
Name: xenias Date: July 7, 2005 at 02:34:21 Pacific OS: aa CPU/Ram: aa
Comment:
I have automated some queries with a macro, but i wanted to know if there is a way not to SHOW the result of the query itself (or am i using the wrong macro)
I'm not sure what you mean by 'SHOW' the query. I'm guessing that you are referring to the query warnings. If so, you would want to do something like this:
DoCmd.SetWarnings False run queries DoCmd.SetWarnings True
0
Response Number 2
Name: xenias Date: July 8, 2005 at 02:02:06 Pacific
Reply:
by 'SHOW' i mean
when i run the macro (containing the query) i get the resultpage of the query itself (like u would get when u just ran the query)
so i wanted to know if there was an option of any kind that when i run the macro, it executes the query on the background, so without showing a resultpage of any kind?
Summary: Hello : I am having eternal difficulty trying to manipulate the printer object in MS access 2000. I have scoured msdn libraries, but it provides me with little help. I am trying implement code to f...
Summary: I use Ms office 2003 . when i create macro in Ms word i can use but when i restart Ms word i cannot use Macro that i record before. why ? need help from Andrew Thanks for reply ...