Hello,
I have a form based on a query that shows something like "open orders to be invoiced". I would like to add a subform to allow users to write comments, something like below. The subform is based on a table (on SQL server) and I set three fields to be linked to the top query: customer code, month, year, so that each time a comment is added a new record would be added to the table, referring to that specific customer, year and month.
Problem: when I start the main form I get message error "-3004", somethin like "reserved error".
Is there anything wrong in my approach? Any ideas how to solve this or maybe get the same result with a different approach?
Thnaks
I have a form based on a query that shows something like "open orders to be invoiced". I would like to add a subform to allow users to write comments, something like below. The subform is based on a table (on SQL server) and I set three fields to be linked to the top query: customer code, month, year, so that each time a comment is added a new record would be added to the table, referring to that specific customer, year and month.
Problem: when I start the main form I get message error "-3004", somethin like "reserved error".
Is there anything wrong in my approach? Any ideas how to solve this or maybe get the same result with a different approach?
Thnaks