line break

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Does anyone know how to make line breaks in a text box
between a simple series of DLookups? "vbCrLf" is not
working and "Chr(13) & Chr (10)" is also not working.
Thank you.
 
vbCrLf should work if you were building the string in code, Chr$(13) &
Chr$(10) should work if you're doing it in an expression in a query or in
the control's ControlSource property.

If you can post the code or expression that's not working for you, someone
may be able to see what the problem is.
 
Brendan:

Thank you for your courteous reply. I am just building in
the ControlSource property. I'll try it with the dollar
signs.
 

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