Field Format

D

DP

Hi all -

I have recently redesigned a database that I inherited.
There is a particular field that has to display as 4
digits, with leading 0s. If I set the field as Long
Integer and set Format as 0000, I can get it to work and
display correctly BUT - when the user wants to type in
part of a number, it puts the 0s at the end.

Example:
Item number is 0001
User tries to type in just "1", and the result is 1000.

Suggestions?
Thanks - DP
 
A

Adrian Jansen

In Tools|Options, select the Keyboard tab and try setting "Behaviour
entering field" to "Go to end of field"


--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
G

Guest

Thanks, I tried that. It didn't work....DP
-----Original Message-----
In Tools|Options, select the Keyboard tab and try setting "Behaviour
entering field" to "Go to end of field"


--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control



.
 
A

Adrian Jansen

Are you doing this in a form, or directly in the table ? Personally I dont
set formats on data entry forms, it seems to cause more trouble than its
worth. By all means, format reports and display forms any way you want, but
leave the data entry unformatted.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 

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

Top