Access SELECT Me.HWND
I'm working in an MS Access Database, and have the following query:
The idea is that I load values from the database into a temporary table, which I can then bind to a control, so I can add and remove values from it, before writing the values back into the database.
My problem is that HWND never gets set, so that when I filter by it to save the records, nothing gets picked up. The values already in the database show up, it's just the HWND that never gets set. Am I missing something completely obvious?
I created a msaccess MDB, and then created a "hr_training_levels_temp" table.
I do not have the "FROM" table,
so I hard-coded some values (and changed values suffixing with '2')... as in this sql --
And in msaccess, when I double-click on the table I got this result --
Do you see such a result in the msaccess table itself?
Then when your display screen comes back and does a select using HWND, is it the same HWND that was used to do the Insert?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.