View Full Version : linking data in a table to a form


apeterson
07-10-2006, 10:49 AM
hi, i have a table database created and i would like the information in it to be able to be linked to a form. but only certain information in the table, not all.

RuralGuy
07-10-2006, 01:13 PM
Bind your form to a query of the table! It is the RecordSource property on the Data tab of the property sheet for the form.