how to add the bounded field ??

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
 
B

Betsy

Check the data source of the form itself. Be sure that it uses the new
table. Then the fields should become available.

HTH- Betsy
 
J

John Vinson

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.
 

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