I have a form, lets call this A, whose data source is a file I import from Excel...One of the fields is a target date. Now I have another form, lets call this B, which is used to organize and compile the data onto a separate table, where, whatever you put in here goes on this new table. However, I frequently have to manually put in the target date onto this new form and I was wondering if there was a way I can automate this so that whenever I import the original excel file, it goes right on this new form. Every attempt so far results in a #Name? error.
Here's what I want to do on form B.
Control Source.................FormA.[Target Date]
Thanks for any help