![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have two fields in a FMP 7 db. One is LastName and the other is FirstName. I would like to create a calculated field that will take the Last Name and add to it the first letter of the First Name. John Doe would become doej Could someone get me started in this?? Thanks |
#3
| |||
| |||
|
|
I have two fields in a FMP 7 db. One is LastName and the other is FirstName. I would like to create a calculated field that will take the Last Name and add to it the first letter of the First Name. John Doe would become doej Could someone get me started in this?? Thanks MyCalcField = LastName & Left(FirstName;1) |
#4
| |||
| |||
|
|
I have two fields in a FMP 7 db. One is LastName and the other is FirstName. I would like to create a calculated field that will take the Last Name and add to it the first letter of the First Name. John Doe would become doej Could someone get me started in this?? Thanks |
#5
| |||
| |||
|
|
Name = LastName & " " & Left(FirstName, 1) & "." Remi-Noel "Stephen Larivee" <NOlariveeslSPAM (AT) yahoo (DOT) PLEASEcom> a écrit dans le message de news: lKOdnZl9UMkK1mbfRVn-2g (AT) comcast (DOT) com... I have two fields in a FMP 7 db. One is LastName and the other is FirstName. I would like to create a calculated field that will take the Last Name and add to it the first letter of the First Name. John Doe would become doej Could someone get me started in this?? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |