UniqueTable Property [Access 2003 VBA Language Reference]

Specifies the table to be updateable when:

  • A form or data access page is bound to a multiple table view or stored procedure within a Microsoft Access project (.adp).
  • A data access page is bound to a multiple table query within a Microsoft Access project (.adp) or a Microsoft Access database (.mdb).

Read/write String.

expression.UniqueTable

expression Required. An expression that returns a Form object.

Remarks

The UniqueTable property is a string expression representing the unique table to be updatable.

You can set this property by using the property sheet or Visual Basic .

The UniqueTable property identifies the "most many" table of a join.

Applies to | Form Object

See Also