Open the properties (Alt+Enter usually) and look for the property called "Control Source"... it should be a drop down list of the fields of the form's recordset (it's associated table/query).
If you don't see a dropdown list, select the form itself and set the Recordsource property to the table/query you want the form bound to.
hth