I have an access database that has a form with a VBA populated date.
Each time the form loads the date is automatically populated into the textbox labeled "Date". On this same form I have a subform that links to a seperate table for calculation purposes.
I want the same date from that "Date" field to be saved in my subforms calculation table.
Any suggestions?