I
Iryna Roy
How do you perform the update? The union query is read-only, so presumably
I checked the versions of DAO, ADO, Jet and MSAccess files... everything is
the same on my computer and on the problem computer. Then I start to play
with code. And what I found out.
When I am doing:
Me.Requery
I have this message "Object invalid or no longer set"
When I am doing:
Me.recordSource = "Query Name"
It works fine without any error!
Could somebody explain me why it happens just on three computers from 20?
and why it happens.
Sure, I will change all code to Me.RecordSource = "QN" but it is interesting
to understand where is the reason?
Thank you so much
Iryna Roy
you run an UPDATE query or similar? Does it make any difference if you
requery after the update, i.e.:
Me.Requery
I checked the versions of DAO, ADO, Jet and MSAccess files... everything is
the same on my computer and on the problem computer. Then I start to play
with code. And what I found out.
When I am doing:
Me.Requery
I have this message "Object invalid or no longer set"
When I am doing:
Me.recordSource = "Query Name"
It works fine without any error!
Could somebody explain me why it happens just on three computers from 20?
and why it happens.
Sure, I will change all code to Me.RecordSource = "QN" but it is interesting
to understand where is the reason?
Thank you so much
Iryna Roy