QUESTION ? ACCESS 2007

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

Guest

Recently I have created a new database (datasheet) which contained a list of
defined fields I have program it before. Following that I have created a new
FORM using FORM (TOOLS) it has replicated all my originated fields as well
as, my data input field..no problem at all.

The type of problem I have is when I am adding a new field within my
database (datasheet) it does not added automatically though my FORM. What can
I do to resolve this problem ?

Thanks

Patrick
 
You can't. When adding a new field to a table you will also have to add it
to the query(if used) and form for it to be visible.
 
On Wed, 25 Apr 2007 08:00:02 -0700, Patrick Carbonneau <Patrick
Recently I have created a new database (datasheet) which contained a list of
defined fields I have program it before. Following that I have created a new
FORM using FORM (TOOLS) it has replicated all my originated fields as well
as, my data input field..no problem at all.

The type of problem I have is when I am adding a new field within my
database (datasheet) it does not added automatically though my FORM. What can
I do to resolve this problem ?

Open the Form in design view. Use the "Field List" tool on the toolbar, and
drag the new field onto the form.

If the field isn't there, view the Form's Properties; on the Data tab click
the ... icon by the Record Source property. A Query Design window will open;
add the new field to the query, close it, and accept Access' offer to save the
SQL. Then go to the previous step.

John W. Vinson [MVP]
 

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

Back
Top