G
Guest
I'm trying to requery multiple fields when a specific field changes. My
macro says:
Echo
Requery (it refers to a specific field)
Requery (same as above)
Requery (same as above)
CancelEvent
I have it set to trigger on the AfterUpdate event. I've tried it on the
AfterChange. It works wonderfully on the current record. But as soon as I
go to a new record, it happily changes all existing records. How do I tell
it to only requery the current record?
macro says:
Echo
Requery (it refers to a specific field)
Requery (same as above)
Requery (same as above)
CancelEvent
I have it set to trigger on the AfterUpdate event. I've tried it on the
AfterChange. It works wonderfully on the current record. But as soon as I
go to a new record, it happily changes all existing records. How do I tell
it to only requery the current record?