Hi All
I have a Form = Form1
I have a Subform = Sub1
In Sub1 I have four Fields: Name, Work, Mobile, Email
The Name field is always populated.
In Form1 I have a Memo field which I need to populate by concatenating the four Fields from Sub1.
All clear so far?
The Project: an organisations telephone directory.
The issue is this:
Whilst the name Field is always populated the other three aren't.
I would like to have rows (paragraphs) in the Memo field that display the contents of the four Sub1 Fields as long as they are not empty and in the same order each time.
Would this require a SELECT CASE query with an abundance of IF... Then's or is there an easier way around this issue?
Your input would be most helpful. Thank you.
I have a Form = Form1
I have a Subform = Sub1
In Sub1 I have four Fields: Name, Work, Mobile, Email
The Name field is always populated.
In Form1 I have a Memo field which I need to populate by concatenating the four Fields from Sub1.
All clear so far?
The Project: an organisations telephone directory.
The issue is this:
Whilst the name Field is always populated the other three aren't.
I would like to have rows (paragraphs) in the Memo field that display the contents of the four Sub1 Fields as long as they are not empty and in the same order each time.
Would this require a SELECT CASE query with an abundance of IF... Then's or is there an easier way around this issue?
Your input would be most helpful. Thank you.