kirstenlargent
Technical User
I need to refer to a subform field in a query. It pulls the info if my subform field is text, but if I try to refer to a number field on the subform, all I get is a character like this: I get a blank field when I try to refer to a date. Yet all the text fields pull in fine.
I'm referring to the subform control like this in the query: SchoolID: [Forms]![fmain]![fSchoolsAgenda].[Form]![SchoolID]
Where fMain is the main form, and fSchoolsAgenda is the subform, and SchoolID is the control name on the subform.
Any ideas why it won't pull numbers and dates, but it WILL pull text fields?!
I'm referring to the subform control like this in the query: SchoolID: [Forms]![fmain]![fSchoolsAgenda].[Form]![SchoolID]
Where fMain is the main form, and fSchoolsAgenda is the subform, and SchoolID is the control name on the subform.
Any ideas why it won't pull numbers and dates, but it WILL pull text fields?!