View Full Version : Column Size in Number Data Format


saleemMSMS
08-19-2009, 10:43 PM
hi i want to limit the data size of a number format to 4 how can i do this ?:D

DCrake
08-19-2009, 11:49 PM
You can do it several ways

Use an input mask

Use the before/after update event to see if it is less than 10000

These are the main ways.

David

saleemMSMS
08-20-2009, 12:05 AM
thanx buddy :)