Re: number problem?
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Fri, 27 May 2005 11:40:09 -0400
"rob" <rob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C124FCE4-3993-40B4-8564-D4DAE50EF293@xxxxxxxxxxxxxxxx
>I have a field in my database which contains 6 numbers ex: 123456. I want
>to
> break this number down, add another field and have one field 123 and the
> other field 456. Please help.
Add two fields to your table. Use the Left and Right functions in an update
query, to update the values in your table.
Left(YourField,3) and Right(YourField,3)
--
Joan Wild
Microsoft Access MVP
.
- Follow-Ups:
- Re: number problem?
- From: rob
- Re: number problem?
- References:
- number problem?
- From: rob
- number problem?
- Prev by Date: Re: number problem?
- Next by Date: Re: how do i put text values in date/time field in microsoft acces
- Previous by thread: Re: number problem?
- Next by thread: Re: number problem?
- Index(es):
Relevant Pages
|