T
Tcs
I have a set of records where some are missing a street number in a particular
[numeric] column/field. *Some* of these records do contain the street number in
the first 4 character positions of another [text] column.
I've been thru the help doc, *several* times, but I'm just not seeing it...
How do I set the value of a numeric field to the numeric value of the string
field? I'm thinking:
strNmbr = SomeFunction(left$(4, [MailingAddress]))
I appreciate the assist, thanks in advance,
Tom
(Access 2k)
[numeric] column/field. *Some* of these records do contain the street number in
the first 4 character positions of another [text] column.
I've been thru the help doc, *several* times, but I'm just not seeing it...
How do I set the value of a numeric field to the numeric value of the string
field? I'm thinking:
strNmbr = SomeFunction(left$(4, [MailingAddress]))
I appreciate the assist, thanks in advance,
Tom
(Access 2k)