I
Isis
I want to build a String from several fields (and other variables greated
within the VB code) some Srings some Integers is there some way of doing
something like this;
strField1 = "Your current Total is" (Field creatd within the VB code)
[InvoiceTotal] (DB Field, Integer)
strField2 = "Exclusive of Shipping" (Field creatd within the VB code)
strDisplay (Field creatd within the VB code)
Expression something like this
strDisplay = Trim(strField1) + [InvoiceTotal] + strField2
This is just an example, it is not exactly what I am doing - I know that
there are spaces missing on the Strings etc - but it is the referencing
of the Integers into an existing String that I am interested in.
Any help appreciated.
Thanks
within the VB code) some Srings some Integers is there some way of doing
something like this;
strField1 = "Your current Total is" (Field creatd within the VB code)
[InvoiceTotal] (DB Field, Integer)
strField2 = "Exclusive of Shipping" (Field creatd within the VB code)
strDisplay (Field creatd within the VB code)
Expression something like this
strDisplay = Trim(strField1) + [InvoiceTotal] + strField2
This is just an example, it is not exactly what I am doing - I know that
there are spaces missing on the Strings etc - but it is the referencing
of the Integers into an existing String that I am interested in.
Any help appreciated.
Thanks