I have a check box that I want to enter a value in a field in a table if it is clicked. This is the code I have so far but it won't work. What else do I need to do?
Select Case chkIncrease_Click()
Case Is = True
index(npss_quote[10%Increase],1)="1.1"
npss_quote is the table name...