Inputting data into a form

purceld2

Registered User.
Local time
Today, 19:12
Joined
Dec 4, 2008
Messages
79
I have a form which requires the user to input a reference. The input takes the form of PM000XXX the PM000 part never changes only the XXX. Can someone explain how I can allow the user to just input the relevant part (XXX) but when the query is performed it PM000 and XXX is concatenated together.

Thanks in advance for your help

Des
 
You can setup an input mask for the field that is something like:

"PM000"000
 

Users who are viewing this thread

Back
Top Bottom