Forms/Query problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Great morning
Trying to create a form to be used to capture 3 pieces of data to kick start
a 'make table query'.
Have the problem of #Name? in the text box and 'control can't be edited; its
bound to the expression '[Enter Asset]'


On the form do I add the command button 'run query' or will i have to create
a macro?

Thanks for the help
 
Based on the error message, you are trying to modify a text box that is
bound to a "calculated" value ("bound to the expression...").

If the only use you are making of the 3 pieces of data is to serve as
selection criteria, make sure none of them are bound to any underlying
fields, either from tables or queries.
 
Back
Top