I have set the default value of my text box to be my current system date by setting its control source as Date().
But I want to enter this date into a field in a table. The problem is, since the control source is already defined as Date(), how can I set the control source to my field's name to enter the value into my field?
But I want to enter this date into a field in a table. The problem is, since the control source is already defined as Date(), how can I set the control source to my field's name to enter the value into my field?