D
Denver
Hi,
I have a checkbox [Discount]
with a default value:False
I write this code to disable some of my buttons on Click_event
If [chkDiscount] = False
[TxtDiscount Amt].Enabled = True
etc etc etc
Else
[TxtDiscount Amt].Enabled = False
etc etc etc
It works will but I want that [TxtDiscount Amt] will be
disable everytime I open the forms. and apply.Enabled when I click
on [chkDiscount] to YES
How can I do that or what else do i need to add from my code?
I am using access 2003
thanks for any help
I have a checkbox [Discount]
with a default value:False
I write this code to disable some of my buttons on Click_event
If [chkDiscount] = False
[TxtDiscount Amt].Enabled = True
etc etc etc
Else
[TxtDiscount Amt].Enabled = False
etc etc etc
It works will but I want that [TxtDiscount Amt] will be
disable everytime I open the forms. and apply.Enabled when I click
on [chkDiscount] to YES
How can I do that or what else do i need to add from my code?
I am using access 2003
thanks for any help