how to add the bounded field ??

  • Thread starter Thread starter jims
  • Start date Start date
J

jims

I have create a new table in my data base and I want to
change its field through a form I have already developed.
But after I add the text field and try to connect it to
the table's field from the property, I can't find the
fields of the my newly created table. What I have missed
and how can I add the bounded control to link to the table
from the form ????
Thanx
 
Check the data source of the form itself. Be sure that it uses the new
table. Then the fields should become available.

HTH- Betsy
 
I have create a new table in my data base and I want to
change its field through a form I have already developed.
But after I add the text field and try to connect it to
the table's field from the property, I can't find the
fields of the my newly created table. What I have missed
and how can I add the bounded control to link to the table
from the form ????
Thanx

Open the Form in design view; look at its Properties. Select the
Recordsource property and click the ... icon by it to open a query
design grid. Add the new field and it will be available.
 
Back
Top