Junior Member
|
Status: Offline
Posts: 5
Join Date: Aug 2008
|
|
Hi. I am well versed in C++, JAVA and Assembly (BSEE, BSCE) and have been having a very hard time with VB access. I have to set up a database system for work. I'm just getting started and can't get past this problem. Any help is appreciated.
I have created 2 tables (DeviceList [stores description, unit #, sys #, equipment type, etc], and ProjectSetup [stores project name, unit #s, etc])and one form (called devicelist[user interface]).
What I need to do is creat an uneditable text display in the form that combines stored info from both tables to create a string and display it in the form.
I understand how to do most of this (such as combine strings, though not sure about combining numbers with strings). I have been trying to enter for a text box, under properties, data--> Default Value =[ProjectSetup]![Plant Name]
(I narrowed the error down to this part of the expression. I think it has to do with referencing another table or possibly relations; I know nothing about relations)
I get this error:
"The object doesn't contain the Automation object 'ProjectSetup'.
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......"
Any help is appreciated. Also, What the heck is the property, the method, the object, the component and automation operations? Doesn't tell me which instances of what they are refering to. I don't understand why the coders don't make these popups a bit clearer.
|