Hi,
I've searched the forum for a solution to my problem, but nothing I've found helped so ....
I'm trying to assign a control source to a control on my form at run-time, but I can't get it to work. This is the idea I'm going for:
txt24.controlsource = "=DateAdd("m", -1,date())"
but this...