I'm having a problem with my new custom tab. I've created a table with the column id_key int that is primary and customer_no. When I try to update a record in the custom tab in Tess it appears to be passing the customer_no as the id_key, and the update fails.
So my table was created like this:
CREATE TABLE [dbo].[lt_student](
[id_key] [int] NOT NULL,
[customer_no] [int] NULL,