Timetable

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

Guest

Can you have 3 fields in box shown vertical e,g, Subject, Teacher, Class
room? I can get them side by side.
 
="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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top