Microsoft Access Design View Record Source Property

Ask us a question on-line
or get our email address on scr.im

Access Programmers has a mission to help people improve productivity through the effective use of technology.

 

 

Microsoft Certified Partner

  

Record Source Property

The purpose of the Record Source property is to set the source of the data for the form.

For example, if you would like to create a data entry form for the Suppliers Table, you would specify Suppliers for the Record Source. If you add a new record in the form, it will insert a record into the Suppliers Table. If you modify a record using this form, the data in the Suppliers Table would also be modified.

You can set the Record Source property to a table name, a query name, or you can build your own SQL statement by invoking the Query Builder. You can invoke Query Builder by clicking on the button with the three dots to the right of the Record Source property.

record source property window

Caption Property >