Bound objects

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I have created a form in the design view and i have to
errors.

1]I selected a control source from the options menue of
the object however it always returns the error "#name?"

2]This form comes from multiple tables i can thus enter
data, but it makes a whole new table to put the new data
in and it also put the new data in the correct forms.
However when i close the form an reopen it, i can't
access any of the data i just enter through the form.

Any ideas,
Thanks
Mike
 
The name error means that the field or binding for your control does not
exist in the forms dataset.
Check the binding against the field list, controls or functions.

--

peter walker MVP

Please post replies to the news group so everyone can benefit.
www.papwalker.com
 
Back
Top