Is it possible to trigger an Access Update query via VBA, or is this another one of those parameter issues?
I had
which
triggers an update to a table from a table, but it doesn't seem to be triggering but also there are no error messages.
Tried to wade through what Google threw back at me, but those all deal with an SQL string in VBA, which is possible, it will just be a fairly lengthy bit o' code. I'd ratehr trigger the already concoted update query.
Thanks wise men and women!
I had
Code:
DoCmd.OpenQuery qryUpdateAfterImport
triggers an update to a table from a table, but it doesn't seem to be triggering but also there are no error messages.
Tried to wade through what Google threw back at me, but those all deal with an SQL string in VBA, which is possible, it will just be a fairly lengthy bit o' code. I'd ratehr trigger the already concoted update query.
Thanks wise men and women!
Last edited: