![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have designed a form that pulls demographic information from the database. What I need is a way to put a line in if the information is missing. For example, I may have the person's name, but not their address. The form now puts the name in properly, but leaves a blank for the address. What I want is a line so the recipient will have a place to write in their address. The same may apply for other fields (phone number, fax number, SSN, etc.) I don't want there to be a line if the information is already in the database. Thanks, Rich Sagall |
#3
| |||
| |||
|
|
I would recommend using the isempty() function. Something like: If(IsEmpty(Address);"___________________________"; Address) Jay "Rich Sagall" <rich.sagall (AT) pobox (DOT) com> wrote in message news:1ggqx5z.135ahypyftn9mN%rich.sagall (AT) pobox (DOT) com... I have designed a form that pulls demographic information from the database. What I need is a way to put a line in if the information is missing. For example, I may have the person's name, but not their address. The form now puts the name in properly, but leaves a blank for the address. What I want is a line so the recipient will have a place to write in their address. The same may apply for other fields (phone number, fax number, SSN, etc.) I don't want there to be a line if the information is already in the database. Thanks, Rich Sagall |
![]() |
| Thread Tools | |
| Display Modes | |
| |