A
Anthony Viscomi
I have the following:
Const cQuote = ""
Const cQuotePos = ""
Me.Base_Price.DefaultValue = cQuote & Me.Base_Price.Value & cQuote
Me.Position.Value = cQuotePos & Me.Position.Value & cQuote + 0.1
The 1st portion works fine; but the 2nd doesn't seem to like me adding the
..1 value to it. The control (Positon) is numeric.
Any thoughts?
Anthony
Const cQuote = ""
Const cQuotePos = ""
Me.Base_Price.DefaultValue = cQuote & Me.Base_Price.Value & cQuote
Me.Position.Value = cQuotePos & Me.Position.Value & cQuote + 0.1
The 1st portion works fine; but the 2nd doesn't seem to like me adding the
..1 value to it. The control (Positon) is numeric.
Any thoughts?
Anthony