The Workflow Toolbar is an ActiveX control that can be added to an Access data access page. When added to a data access page, the toolbar automatically binds to the Access Data Source control.
The RecordSource property is used to select the section of a data access page to which it should bind. By default, it binds to the first section. To obtain workflow information, it obtains the value of the UniqueTable property for the specified section. This value is used as the base table name for workflow.
Note If your data access page is based on a table, the UniqueTable property may bind to dbo.[Tablename]. You must remove the “dbo.” and the brackets for the toolbar control to function properly.
Important If you alter the UniqueTable property on the data access page after adding the toolbar control to the page, the control may not pick up the new setting automatically. The UniqueTable property is selected when the control loads, so you must close and re-open the data access page designer or switch between page and design view before the toolbar control recognizes the change.
For information about | See |
The properties available for the toolbar control | Workflow Toolbar Properties |
The method available for the toolbar control | CancelEvent Method (Workflow Toolbar) |
The events available for the toolbar control | ClickAction (Workflow Toolbar)ClickOffline (Workflow Toolbar) |
The script that can be added to the toolbar control | Scripting with the Workflow Toolbar |