WHat is this error?

C

Chris Chandler

When I am trying to make an Access Data Page I get this error. This is the
first time I have used access on this workstation to create a DAta Page. I am
using Access 2003 with SP1 installed on an XP SP2 Workstation.



This error can appear if an attempt is made to save a form or a report as a
data access page in an Access project (ADP) file and a combo box or list box
control on the form or report has a RowSource property set to the name of a
table, view, or function.
Set the RowSource property of the control to the name of a stored procedure
or an SQL SELECT statement that selects only the proper field(s).
 
Top