Auto fill control

  • Thread starter Thread starter PF
  • Start date Start date
P

PF

Hi all,

I want to have the remaining part of a field in a report
automatically filled with "."

that is, if the field has 10 cm used, and it is 20 cm
long, I want the last 10 com filled with "."

Hope that I was able to explain myself.

Thanks in advance,

PF
 
Can you use a 20 cm text box with a control source of:
=[FirstPartField] & String(100, ".")
 
PF said:
I want to have the remaining part of a field in a report
automatically filled with "."

that is, if the field has 10 cm used, and it is 20 cm
long, I want the last 10 com filled with "."


Try setting the text box's Format property to
@*.

Check Format Property in Help for details.
 

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