Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input Masks

Status
Not open for further replies.

SDAHLE

Technical User
Oct 15, 2003
1
0
0
US
I give up. I am new to Tec-Tips and Access and tried to find the answer prior to asking this question. In Form Design I have an Input Mask >"OR16-"A000\-000;0;

When entering the data in Form View, how do I get the literal "OR16-" to automatically show for each new screen and the cursor to automatically be at the first input position after the "OR16-"?

Thanks.
 
Hi SDAHLE,

I think your Input Mask should be:
>"OR16-"A000\-000;0

In the On Enter event of your Control:
Me!TheControlName.SelStart = 5

Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top