automation Error

G

Guest

Hello,

I am trying to create a audit tracker for each record. I keep running into
this automation error.

The object doesn't contain the Automation Object 'Maintenance Subform.'
You tried to run a Visual Bais procdure to set a property or method for an
object. However, the componemt doesn't make the property or method available
for automation operations.

Check the component's documentation for information on the properties and
methodis it makes available for automation operations.

What does that mean?

My macro is stated
set value
[Forms]![Account Rec Tracker]![Maintenance].[Maintenance
Subform].[Form].[Test_Date].[Value]

I have form called Account Rec Tracker, then it is being referred to the
maintenance form in the Account Rec Tracker. In the maintenance form in has
a subform, Maintenance Subform. then I want it to reference to test_date and
value.

could someone check if i wrote this right.
 
G

Guest

I also get an OLE Object error for this one

[Forms]![Account Rec Tracker]![Maintenance].[Form].[Maintenance
Subform].[Form].[Test_Date].[Value]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top