GJT
Registered User.
- Local time
- Today, 07:08
- Joined
- Nov 5, 2002
- Messages
- 116
I have written a query that returns data from a number of tables and one table in particular is preventing the recordset from being updatable. This is a pre-requisite!
To get around this issue, I have decided to remove the problem table from the query and use text fields on my form to display the appropriate data depending upon an Id value returned from said query.
i.e. txt field control source = (SELECT OD FROM Tbl_A WHERE Id = 1) - Id is available from form query
Is this possible ? Initial trials I have carried out would suggest - no.
To get around this issue, I have decided to remove the problem table from the query and use text fields on my form to display the appropriate data depending upon an Id value returned from said query.
i.e. txt field control source = (SELECT OD FROM Tbl_A WHERE Id = 1) - Id is available from form query
Is this possible ? Initial trials I have carried out would suggest - no.