Based on what I have been reading online, they appear to be the same thing. Are they the same thing or different?
Based on what I have been reading online, they appear to be the same thing. Are they the same thing or different?
A RecordSource applies to a Form and a ControlSource applies to a Control on a Form.
The Record Source is the Table or Query (or SQL Statement) that contains the Records of a Bound Form.
The Control Source is what a given Control displays. If it is a Bound Control, it displays a Field from the underlying Record Source. If is is Unbound, it can display the results of an Expression, Calculation or Function.
Simply put, a Record Source relates to a Form, a Control Source to a Control. Form.
Linq ;0)>
Beat out by the Man of the Mountain!
Glad we could help.