![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
In article <5JmdnXW0zqjsPsreRVn-sg (AT) comcast (DOT) com>, Bill Marriott wrote: And you can avoid the need for an additional field by using the Replace command. Start out with date_old as a text field. Specify a calculated result in the replace. Then change date_old to a date field. Bill How do I access that? I tried using replace as part of a calculation, but it fails with a circularity error. Replace( Date_sold,0,8, Date( Middle(Date_sold, 5, 2), Middle(Date_sold, 7, 2), Left(Date_sold, 4) )) Understandable. I would think that there would be some sort of replace command in the edit menu, but there is only find/replace, which seems to deal with literals, not the command set. Is this new functionality since FM6.0? |
#12
| |||
| |||
|
|
I would think that there would be some sort of replace command in the edit menu, but there is only find/replace, which seems to deal with literals, not the command set. Is this new functionality since FM6.0? |
#13
| |||
| |||
|
|
In article <5JmdnXW0zqjsPsreRVn-sg (AT) comcast (DOT) com>, Bill Marriott wrote: And you can avoid the need for an additional field by using the Replace command. Start out with date_old as a text field. Specify a calculated result in the replace. Then change date_old to a date field. Bill How do I access that? I tried using replace as part of a calculation, but it fails with a circularity error. Replace( Date_sold,0,8, Date( Middle(Date_sold, 5, 2), Middle(Date_sold, 7, 2), Left(Date_sold, 4) )) Understandable. I would think that there would be some sort of replace command in the edit menu, but there is only find/replace, which seems to deal with literals, not the command set. Is this new functionality since FM6.0? |
#14
| |||
| |||
|
|
In article <pXN5f.121$uo3.40133 (AT) newshog (DOT) newsread.com>, Adam Price Adam-price (AT) rcn (DOT) com> wrote: In article <5JmdnXW0zqjsPsreRVn-sg (AT) comcast (DOT) com>, Bill Marriott wrote: And you can avoid the need for an additional field by using the Replace command. Start out with date_old as a text field. Specify a calculated result in the replace. Then change date_old to a date field. Bill How do I access that? I tried using replace as part of a calculation, but it fails with a circularity error. Replace( Date_sold,0,8, Date( Middle(Date_sold, 5, 2), Middle(Date_sold, 7, 2), Left(Date_sold, 4) )) Understandable. I would think that there would be some sort of replace command in the edit menu, but there is only find/replace, which seems to deal with literals, not the command set. Is this new functionality since FM6.0? The Replace command can be found in the Records menu. But *** BE VERY CAREFUL ** |
#15
| |||
| |||
|
|
Crap. Don't I know it. I messed this up this morning, because it actually wasn't my database, it was my mother's, and we made some little mistake somewhere doing this over the phone. |
![]() |
| Thread Tools | |
| Display Modes | |
| |