Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 02/27/04
- Next message: Nancy: "Validating an Email Address"
- Previous message: Andrew Smith: "Re: Find the Contents in a 250 Field Record"
- In reply to: jac: "Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses"
- Next in thread: jac: "Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses"
- Reply: jac: "Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 16:05:54 -0700
On Fri, 27 Feb 2004 10:16:28 -0800, "jac"
<anonymous@discussions.microsoft.com> wrote:
>curOrderSubTotal is a VBA variable declared as currency.
>txtOrderSubTotal is a textbox on the form.
>I have tried curOrderSubTotal = Nz(Me.txtOrderSubTotal, 0)
>but I still get the same error. There is a lot of code on
>this command button.
>Is it possible that the control is corupt?
That, or the . ! error lies somewhere else in your code. If you
Compile the project does it compile OK? or does it highlight this line
of code? Why do you feel that this line is at fault?
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
- Next message: Nancy: "Validating an Email Address"
- Previous message: Andrew Smith: "Re: Find the Contents in a 250 Field Record"
- In reply to: jac: "Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses"
- Next in thread: jac: "Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses"
- Reply: jac: "Re: there is an invalid use of the . (dot) or ! operator or invalid parentheses"
- Messages sorted by: [ date ] [ thread ]