I have a button (actually a label with an onclick) that when you click it - it sets the value of a nearby textfield to today's date. I'm using VBA code (code builder) to achieve this. I have more than one label though that to assign this too - and wondered if there were an easier way - perhaps put all the code in just the onclick event without putting it in the VBA side? I tried to just put sometext = Date() in the OnClick event - but it errored on me and I don't know why.