I have a form bound to a query.
One table in the query has an autonumber CategoryID and a text category name.
A combo box on the form displays the choices in the table when you click the drop-down arrow. But when you click on one of the choices I get an error that says "Control can't be edited, its bound to Autonumber field CategoryID".
When I look at the properties on the combo box the rowsource is: SELECT DISTINCTROW Categories.* FROM Categories ORDER BY [Categories].[CategoryName];
Where else can I look to find the problem?
Thank you -
One table in the query has an autonumber CategoryID and a text category name.
A combo box on the form displays the choices in the table when you click the drop-down arrow. But when you click on one of the choices I get an error that says "Control can't be edited, its bound to Autonumber field CategoryID".
When I look at the properties on the combo box the rowsource is: SELECT DISTINCTROW Categories.* FROM Categories ORDER BY [Categories].[CategoryName];
Where else can I look to find the problem?
Thank you -