Character adding

N

nick

Can anyone hook me up the VB Syntax?

I want to increment a single character through the alphabet each time a
button is clicked. It'll start at 'a' then go to 'b'. This is to uniquely
differentiate quotes.

thanks to anoyone who knows this language

cheers
 
N

nick

Actually it's not working. What's wrong with this?

Me.Quote_Char = Chr(Asc("Me.Quote_Char") + 1)

Cheers?
 
Top