new line in unbound box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi is there a way that i can have an 2 separate iif formulas in an unbound
box and i want the second one to begin on a new line.

is there any coding that i can stick between the 2 to do this

Thanks a lot
 
Too vague. Can you provide any information regarding your IIf() formulas,
data, and desired display?
 
Its very simple basically i want the field in form view to look like this


Susan Atkinson (Wilson)
Susie Atkinson

it doesnt even have to be if formulas, the code could just be =[Name] & " "
& [Married Surname] then on the next line but i want it to be in the same
unbound box = [Nick Name]
 
If I understand correctly, you can use something like:
=[FieldA] & Chr(13) & Chr(10) & [FieldB]

--
Duane Hookom
MS Access MVP
--

Database User said:
Its very simple basically i want the field in form view to look like this


Susan Atkinson (Wilson)
Susie Atkinson

it doesnt even have to be if formulas, the code could just be =[Name] & "
"
& [Married Surname] then on the next line but i want it to be in the same
unbound box = [Nick Name]


Duane Hookom said:
Too vague. Can you provide any information regarding your IIf() formulas,
data, and desired display?
 
Back
Top