Help with ERROR

S

Spidey3721

I have a form/subform arrangement where the subform uses main form for
listboxes to determine what to show. All together, there are (3) different
links between the master/child fields.

My subform (continous form format) is based on a query that includes two
tables, one that has actual cost amounts, which are each associated with a
Cost Code (CostCodeID) and another, cost code master list table that
includes a description of each cost code (These table have a Primary/Foreign
key relationship with the CostCodeID field).

The CostCodeID control in the subform is a combobox based on the cost code
master list table and includes all available cost codes.

When a user wants to add a NEW record, I want them to be able to pull down
the cost code combobox to select the costcodeID of the new entry. When I do
this, however, I get the following ERROR message - can someone give me a
little insight into what this might mean? I'm still a bit of a novice....

-------------
ERROR - The object doesn't contain the 'automation object "Master List -
Cost Codes"

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 procedures. Check the components documentation for
information of the properties or methods it makes available for automation
procedures.
 

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