Hi,
I have 2 different tables I need to display in 1 form. The 2 tables would be for Trades and Notes (on those trades).
The tbl_Trades has full information of what the detail of the trade is etc, and the tbl_Notes has information on the last input note for that trade. The 2 tables are not identical, and are only linked by Deal_Folder.
When I create a SQL query for the form to join the 2 tables, I cannot update information in either table as it says that the recordset is not updateable.
I have to create a query to show the latest entry in the tbl_Notes table (by input date) for the appropriate entry in tbl_Trades and the form recordsource is the result of this query (tbl_Trades left join to qry_Notes left join to tbl_Notes).
Any ideas of how I can have these 2 tables in 1 form and both tables as updateable would be a great help.
I have 2 different tables I need to display in 1 form. The 2 tables would be for Trades and Notes (on those trades).
The tbl_Trades has full information of what the detail of the trade is etc, and the tbl_Notes has information on the last input note for that trade. The 2 tables are not identical, and are only linked by Deal_Folder.
When I create a SQL query for the form to join the 2 tables, I cannot update information in either table as it says that the recordset is not updateable.
I have to create a query to show the latest entry in the tbl_Notes table (by input date) for the appropriate entry in tbl_Trades and the form recordsource is the result of this query (tbl_Trades left join to qry_Notes left join to tbl_Notes).
Any ideas of how I can have these 2 tables in 1 form and both tables as updateable would be a great help.