Saudi Mike
Registered User.
- Local time
- Today, 17:11
- Joined
- Jun 10, 2015
- Messages
- 28
I'm sure I'm missing something simple here. This is in Access 2010.
I have two databases. One called BaseData that carries the data. Multiple tables with various data sets. that's it. No queries, forms or anything else.
The second (we'll call WorkingData) basically carries my forms, queries and reports. ALL tables in this database on only reference tables to BaseData.
Now, in WorkingData I have a form called frmScoreCard. it is based on a query called qryScoreCard. Information from various fields is reported here from the query. Now I create a field in the form in which I would like to perform a calculation based on the information shown. However, when I go to the 'properties sheet' for the calculation field and enter the Expression Builder is where I hit a wall. In the Expression Building I can see the various data in the form (all from referenced tables in BaseData). When I select any item from the Field List (such as 'tblArchCodeNos.1sCod1s' which then shows as [tblArchCodeNos]![1stCode1s]) and I go to the Form View I see this darn #Name?. (Any expression building results in the same error)
Now this same data is already shown in the form in one of the fields and works fine. What am I missing?
I have two databases. One called BaseData that carries the data. Multiple tables with various data sets. that's it. No queries, forms or anything else.
The second (we'll call WorkingData) basically carries my forms, queries and reports. ALL tables in this database on only reference tables to BaseData.
Now, in WorkingData I have a form called frmScoreCard. it is based on a query called qryScoreCard. Information from various fields is reported here from the query. Now I create a field in the form in which I would like to perform a calculation based on the information shown. However, when I go to the 'properties sheet' for the calculation field and enter the Expression Builder is where I hit a wall. In the Expression Building I can see the various data in the form (all from referenced tables in BaseData). When I select any item from the Field List (such as 'tblArchCodeNos.1sCod1s' which then shows as [tblArchCodeNos]![1stCode1s]) and I go to the Form View I see this darn #Name?. (Any expression building results in the same error)
Now this same data is already shown in the form in one of the fields and works fine. What am I missing?