Timetable

C

Charles

Can you have 3 fields in box shown vertical e,g, Subject, Teacher, Class
room? I can get them side by side.
 
J

Jeff L

="Subject: " & [Subject] & (Chr(13) + Chr(10)) & "Teacher: " &
[Teacher] & (Chr(13) + Chr(10)) & "Class: " & [Class]

You will need to make your textbox bigger so you can see all the
information.

Hope that helps!
 
Top