M
mulletteeth
Instead of using,
'******** Code Start **********
const cQuote="""" 'Thats two quotes
me!Control.DefaultValue = cQuote & me!Control.Value & cQuote
'******** Code End **********
to give me the exact same value, how can I modify this statement to
increment the value by 1?
'******** Code Start **********
const cQuote="""" 'Thats two quotes
me!Control.DefaultValue = cQuote & me!Control.Value & cQuote
'******** Code End **********
to give me the exact same value, how can I modify this statement to
increment the value by 1?