![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a ready-made function to tell me if a field is empty? |
#3
| |||
| |||
|
|
JoeSpareBedroom wrote: Is there a ready-made function to tell me if a field is empty? IF ISBLANK([FIELD]) |
#4
| |||
| |||
|
|
JoeSpareBedroom wrote: Is there a ready-made function to tell me if a field is empty? IF ISBLANK([FIELD]) -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
#5
| |||
| |||
|
|
Not sure if PDox DOS is different, but I think that is IIF(isBlank([FIELD]) - two IIs "Larry DiGiovanni" <nospam@nospam> wrote in message news:44bc37fe$1 (AT) pnews (DOT) thedbcommunity.com... JoeSpareBedroom wrote: Is there a ready-made function to tell me if a field is empty? IF ISBLANK([FIELD]) -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
#6
| |||
| |||
|
|
"Larry DiGiovanni" <nospam@nospam> wrote in message news:44bc37fe$1 (AT) pnews (DOT) thedbcommunity.com... JoeSpareBedroom wrote: Is there a ready-made function to tell me if a field is empty? IF ISBLANK([FIELD]) If that's in the Pdox help screen, I'm taking the rest of today off. I sat here looking at the reference list for a good 5 minutes. :-( |
#7
| |||
| |||
|
|
IIF(isBlank([FIELD]) - two IIs |
|
Not sure if PDox DOS is different, but I think that is IIF(isBlank([FIELD]) - two IIs "Larry DiGiovanni" <nospam@nospam> wrote in message news:44bc37fe$1 (AT) pnews (DOT) thedbcommunity.com... JoeSpareBedroom wrote: Is there a ready-made function to tell me if a field is empty? IF ISBLANK([FIELD]) -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
#8
| |||
| |||
|
|
Not sure if PDox DOS is different, but I think that is IIF(isBlank([FIELD]) - two IIs |
#9
| |||
| |||
|
|
Susan E. Butler wrote: Not sure if PDox DOS is different, but I think that is IIF(isBlank([FIELD]) - two IIs The syntax I used was as the start of an IF statement, which I assumed he was doing. But if it was for a calculated field, yes, the immediate IF in PDOXDOS is IIF. -- Larry DiGiovanni |
#10
| |||
| |||
|
|
...I aim the search at a third table to try and find the values not found in the second table. So, ISBLANK sounds right for this purpose. |
![]() |
| Thread Tools | |
| Display Modes | |
| |