My database is designed such that I need to write SQL code in ASP Runner to pull data from different tables that needs to be updated.
I wrote a query recently that linked two tables. I specified a primary key for the table and added an edit page. When I attempt to edit a record, it tells me that the primary key field "cannot be bound."
Can you help?
The multi-part identifier "dbo.Groups_Events.GroupEventID" could not be bound.