How do you assign Control Sources On a Form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a form with that is assigned a control source. I created some more
fields on the same form but I cannot assign the proper control source to get
the required data from the applicable table. Every form box says unbound. How
can I populate the fields with information?
 
Open the form in design view, press (Alt + Enter) and that should open the
Properties dialog box, press on the left top corner of the form to display
the properties of the form, one of the properties called "RecordSource",
locate the cursor in it, on the right there will be a button with three dots,
press it and you'll move to the RecordSource (SQL) of the form
 
Back
Top