I have a series of text boxes on a form that are named day1 to day35. When the user double clicks on an empty text box, a form is opened to allow the user to enter a new record. I want to use the text box field name to extract the day number of the text box that the user has clicked on.
Can somebody let me know what needs to be added to this line to refer to the text box name that the user has double clicked on:
Forms![Availability]![Availability_Chart subform]……
Can somebody let me know what needs to be added to this line to refer to the text box name that the user has double clicked on:
Forms![Availability]![Availability_Chart subform]……