G
Guest
i have a numeric field in a form where i enter numbers someone keeps
deleting numbers in certain fields i want to use the enabled property so
that when a number is entered and then you tab to the next field it greys it
out and you cant change it anymore. i can do it with a text field like this
me. Me.fieldname.Enabled = Len(Me.fieldname & "") = 0 how can i do it
with my numeric fields ? im sure its simple im having a brain fade
deleting numbers in certain fields i want to use the enabled property so
that when a number is entered and then you tab to the next field it greys it
out and you cant change it anymore. i can do it with a text field like this
me. Me.fieldname.Enabled = Len(Me.fieldname & "") = 0 how can i do it
with my numeric fields ? im sure its simple im having a brain fade