Hi,
I'm using Access 2003
I have two tables: T_order and T_order_line.
I have one form for browsing T_order records. In this form, I have a subform with data in T_order_line.
The subform is linked with the form using "Link master fields" and "Link secondary fields" (the keys in both tables).
When I browse (in T_order) to a record, data in the subform is refreshed to show only orderlines of current T_order.
That works fine.
The problem is when table T_order_line is stored in SQL Server and linked from Access. In that case, it seems I cannot add new records.
Any idea?
I'm using Access 2003
I have two tables: T_order and T_order_line.
I have one form for browsing T_order records. In this form, I have a subform with data in T_order_line.
The subform is linked with the form using "Link master fields" and "Link secondary fields" (the keys in both tables).
When I browse (in T_order) to a record, data in the subform is refreshed to show only orderlines of current T_order.
That works fine.
The problem is when table T_order_line is stored in SQL Server and linked from Access. In that case, it seems I cannot add new records.
Any idea?