K
Kate
Hi,
I have a form in which the user selects various properties from drop
down lists.
The idea is that based on the properties selected, a different cost is
associated with that part.
I have a select query that runs on a command button, and it basically
filters for all those properties. This part works fine - I have a
query with just one record in it - I want to use one of the fields in
this select query and set a field on the main form equal to it.
I don't see why I can't just go:
Forms!FormName!Cost= Queries!QueryName!Cost
but I get the error "Object Required"
I'm pretty sure this must be something easy I'm doing wrong...
Cheers
Kate
I have a form in which the user selects various properties from drop
down lists.
The idea is that based on the properties selected, a different cost is
associated with that part.
I have a select query that runs on a command button, and it basically
filters for all those properties. This part works fine - I have a
query with just one record in it - I want to use one of the fields in
this select query and set a field on the main form equal to it.
I don't see why I can't just go:
Forms!FormName!Cost= Queries!QueryName!Cost
but I get the error "Object Required"
I'm pretty sure this must be something easy I'm doing wrong...
Cheers
Kate