C
Crispy
Hi,
Quick question... I have a student record database. Trying to generate a
report that will produce a Family Directory.
The standard format of the report at the moment is:
Childs Name
Father & Mother's Name
Address
Phone
Email
My problem comes if one of the parents names are not there... (aka widow,
single, etc.)
Then it comes out looking like:
Childs Name
& Mother's Name
Address
Phone
Email
Right now the mother and father's name are concatenated together with an "&"
symbol between them... however if one or the other is missing... I'm left
with a "&" symbol and then one name.
Any suggestions? I"m a novice so I apologize.
Thanks!
Quick question... I have a student record database. Trying to generate a
report that will produce a Family Directory.
The standard format of the report at the moment is:
Childs Name
Father & Mother's Name
Address
Phone
My problem comes if one of the parents names are not there... (aka widow,
single, etc.)
Then it comes out looking like:
Childs Name
& Mother's Name
Address
Phone
Right now the mother and father's name are concatenated together with an "&"
symbol between them... however if one or the other is missing... I'm left
with a "&" symbol and then one name.
Any suggestions? I"m a novice so I apologize.
Thanks!