control default value

J

Jake

Hi all,

I am trying to set the default value property of a drop
down list to a value returned by a query useing:
=[qry_Client_Control_Room]![Control_Room_AN]

But the default option isnt working and when i display
the value used as the default in a text box, I get: #Name?

any ideas?

Thanks in advance Jake
 
J

Jesse Aviles

I believe you are missing Queries or Query:
=Queries![qry_Client_Control_Room]![Control_Room_AN]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top