Connecting Tech Pros Worldwide Help | Site Map

problem with macro with msgbox

  #1  
Old November 12th, 2005, 05:23 PM
alon
Guest
 
Posts: n/a
hello,
i have a problem , i am a new user at access , i am using access 2000
, when i am making macro with msgbox the access stucks, i have check
the same file with the macro on other computer and is is working great
,what can i do?
  #2  
Old November 12th, 2005, 05:24 PM
Danny J. Lesandrini
Guest
 
Posts: n/a

re: problem with macro with msgbox


You probably don't want to hear this, but have you thought about
using code instead of macros?

If not, what does your macro condition look like? I recently saw
a Microsoft example where they put this in the CONDITION column
of a macro:

MsgBox("Do you want to fax invoices to 555-1212 using MSFax?",4)=6

Give that a try.
--

Danny J. Lesandrini
dlesandrini@hotmail.com
http://amazecreations.com


"alon" <yaaria@012.net.il> wrote in message
news:ec61bce0.0312050018.7ad556bf@posting.google.c om...[color=blue]
> hello,
> i have a problem , i am a new user at access , i am using access 2000
> , when i am making macro with msgbox the access stucks, i have check
> the same file with the macro on other computer and is is working great
> ,what can i do?[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
strangest hanging problem with re-attaching functions... ARC answers 1 August 31st, 2007 03:35 AM
Problem with OldValue Andi Plotsky answers 2 November 12th, 2005 11:19 PM
Problem with OldValue Andi Plotsky answers 1 November 12th, 2005 10:47 PM
problem with msgbox and macro alon answers 1 November 12th, 2005 05:25 PM