Hi,
I have a Continuous Forms with few fields (Item is combo box and Amount is text box which needs to be entered) in it..
Item Amount
Payment 300.00
Sample 100.00
Extras 150.00
So on...
Deletion and edition shouldnot be allowed on Payments Item.
Forexample, I should be allowed to enter select Payment from item combo box and enter an amount for it. But shouldnot be able to delete (Me.allowdeletion) that record and edit the amount.
Is it possible to do this? How can i code this?
Thanks for any answer.
I have a Continuous Forms with few fields (Item is combo box and Amount is text box which needs to be entered) in it..
Item Amount
Payment 300.00
Sample 100.00
Extras 150.00
So on...
Deletion and edition shouldnot be allowed on Payments Item.
Forexample, I should be allowed to enter select Payment from item combo box and enter an amount for it. But shouldnot be able to delete (Me.allowdeletion) that record and edit the amount.
Is it possible to do this? How can i code this?
Thanks for any answer.