Mashulace
02-11-2010, 04:42 AM
So, I have 3 queries and two tables in this database, as follows
Table 1, which has a unique identifier and 11 fields, including several booleans and a date
Table 2, which has 5 percentage values used in calculations.
Query 1
Table 1 ID
Table 1 field 1
Table 1 date field
table 2 percentage 1
calculated field from percentage 1 and a field in table 1
table 1 boolean 1
table 1 boolean 2
Queries two and three are variations on the above.
My problem is I need the booleans to be usable in the query datasheet view, but as soon as I add the calculated field, this isn't possible.
How can I have both a calulated field and a usable boolean in one query datasheet view? Is this possible? If not, are there any workarounds?
Table 1, which has a unique identifier and 11 fields, including several booleans and a date
Table 2, which has 5 percentage values used in calculations.
Query 1
Table 1 ID
Table 1 field 1
Table 1 date field
table 2 percentage 1
calculated field from percentage 1 and a field in table 1
table 1 boolean 1
table 1 boolean 2
Queries two and three are variations on the above.
My problem is I need the booleans to be usable in the query datasheet view, but as soon as I add the calculated field, this isn't possible.
How can I have both a calulated field and a usable boolean in one query datasheet view? Is this possible? If not, are there any workarounds?