Little boxes instead of tab

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

Guest

I put chr(9) or vbtab into a report, and it both displays on screen and
prints out as a little black empty square box.

Can anyone tell me why this is happening and how I stop it.

Thank you.
 
It is happening because standard controls can't display a tab as a tab. You
can stop it by using a number of spaces rather than Chr(9).
 

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