I want to create a macro (MsgBox) that says
[forms]![part a]![datefiled1],[forms]![part a]![datefiled2],[forms]![part
a]![datefiled3],[forms]![part a]![datefiled4]>[forms]![part a]![due date]
But I get a message that says "cannot parse the expression", I tried "or"
but that does not seem to work either.
Thanks
Graham Mandeno - 30 Jun 2005 23:15 GMT
I don't understand your question.
You want to display a message using MsgBox? What do you want to be
displayed in that message?

Signature
Graham Mandeno [Access MVP]
Auckland, New Zealand
>I want to create a macro (MsgBox) that says
>
[quoted text clipped - 5 lines]
>
> Thanks
jl5000 - 02 Jul 2005 16:36 GMT
Replace your commas with & and the > with & ">" &

Signature
jl5000
<a href="http://www.joshdev.com"></a>
> I want to create a macro (MsgBox) that says
>
[quoted text clipped - 5 lines]
>
> Thanks