Help!!!

  • Thread starter Thread starter Arnoldo Calvo
  • Start date Start date
A

Arnoldo Calvo

What's happening when in a form which includes text boxes
for dates (star date & end date), needed to run a query to
finally shown a report, appears the next footer message:
"Control can't be edited, it's bound to unknown
field 'start date'.
When I try to fix the text box control source in
properties, the <field list> only shows ID or Field1
options.

What do you advice me?

Thanks for your support!!
 
Arnoldo Calvo said:
What's happening when in a form which includes text boxes
for dates (star date & end date), needed to run a query to
finally shown a report, appears the next footer message:
"Control can't be edited, it's bound to unknown
field 'start date'.
When I try to fix the text box control source in
properties, the <field list> only shows ID or Field1
options.

These should both be unbound controls meaning no entry for ControlSource.
 
Back
Top