0x00720013 (7471123) The view that is specified in the ALTER statement references more than one table.

Explanation

An attempt was made to alter a view for DATA CAPTURE. The ALTER statement failed because the view references more than one table in either the FROM clause or as a sub-select in the WHERE clause.

User response

Check the contents of the view text and remove any references to tables other than the primary table in the FROM clause. If the view is needed for purposes other than data capture, create a new view for data capture that includes only one target table.