Hello,
I have a quick question for you. On one of my forms, I would like to have a field that will show either, 1st, 2nd, or 3rd depending on how many times a button is clicked. I have tried adding a text box that equals "1st" and then putting an If statement on the button's On Click statement ("If Me.text33 = "1st" then Me.text33 = "2nd" End If). However, this does not seem to work. I get a debug error everytime I click the button. What do I need to do to get this to work?
Thank you for your help.
I have a quick question for you. On one of my forms, I would like to have a field that will show either, 1st, 2nd, or 3rd depending on how many times a button is clicked. I have tried adding a text box that equals "1st" and then putting an If statement on the button's On Click statement ("If Me.text33 = "1st" then Me.text33 = "2nd" End If). However, this does not seem to work. I get a debug error everytime I click the button. What do I need to do to get this to work?
Thank you for your help.