With VBA I need to access my subform from the main form. I am trying to specifically retrive the value from the first record of the subform. The following doesn't always work.
If gives me a value, but it isn't always the first one in the subform. Any ideas as to some syntax I need to get that first value?Code:Me![Subform].Form![Field]