I must be doing something wrong. I tried setting the 'Default Value' property for the field in question to:
Forms![frmUpdRate]![txtRate]
and tried saving the table. I got an error message:
"Could not find field 'Forms]![frmUpdRate]![txtRate'."
I also tried querying another table for the value using the following SQL:
select intrate from rate where entry = 1
I got an error message saying:
"The syntax of the subquery in this expression is incorrect.
Check the subquery's syntax and enclose the subquery in parentheses."
As you can see, there is no subquery to enclose in parentheses.
Any ideas? Thanks!
|