J
Jeff
I am attempting to use the SetValue action in a macro to
update a Date/Time field in a table. My hope is to have
the macro trigger on the 'After Update' event on a form.
How do I do this? The purpose of this action is so I have
a Date/Time for any updates to any of the fields on a
form. I will gladly do it a different way if you have a
suggestion.
This is what I have which doesn't function correctly:
Macro: UpdateEditDate
Action: SetValue
Item: [Movie Inventory]![EditDate]
Expression: Now()
Form: Movie Inventory
Form Property (After Update): UpdateEditDate
Error Message:
The object doesn't contain the Automation object 'Movie
Inventory.'
You tried to run a Visual Basic procedure to set a
property or method for an object. However, the component
doesn't make the property or method available for
Automation operations.
Check the component's documentation for information on the
properties and methods it makes available for Automation
operations.
OK
Thanks in advance for your support.
Jeff
update a Date/Time field in a table. My hope is to have
the macro trigger on the 'After Update' event on a form.
How do I do this? The purpose of this action is so I have
a Date/Time for any updates to any of the fields on a
form. I will gladly do it a different way if you have a
suggestion.
This is what I have which doesn't function correctly:
Macro: UpdateEditDate
Action: SetValue
Item: [Movie Inventory]![EditDate]
Expression: Now()
Form: Movie Inventory
Form Property (After Update): UpdateEditDate
Error Message:
The object doesn't contain the Automation object 'Movie
Inventory.'
You tried to run a Visual Basic procedure to set a
property or method for an object. However, the component
doesn't make the property or method available for
Automation operations.
Check the component's documentation for information on the
properties and methods it makes available for Automation
operations.
OK
Thanks in advance for your support.
Jeff