Update a form automatically?

N

Nancy

When new fields have been added to a table, is it
possible to update an existing form automatically with
these new fields from the source table?
 
R

Rick B

Huh?

Are you saying that you have a combo box on a form and want to pull all the
entries from a table to that combo box? Please explain exactly waht you
want.


When new fields have been added to a table, is it
possible to update an existing form automatically with
these new fields from the source table?
 
N

Nancy

-----Original Message-----
When new fields have been added to a table, is it
possible to update an existing form automatically with
these new fields from the source table?
.
Sorry I didn't explain the situation clearly.
I have added new fields to an existing table. Does my form
that was created from this table have to be updated
manually to add these new fields or can this be done
automatically?
 
R

Rick B

Ahhhhh

You would have to add them manually. If you normally use the wizard to
build forms, I would guess that you would need to delete and then recreate
the form if you want it to contain all the fields. If you 'tweeked' any of
the fields after the wizard created it, I would just manually add the new
fileds.

Have a good one!

Rick
-----Original Message-----
When new fields have been added to a table, is it
possible to update an existing form automatically with
these new fields from the source table?
.
Sorry I didn't explain the situation clearly.
I have added new fields to an existing table. Does my form
that was created from this table have to be updated
manually to add these new fields or can this be done
automatically?
 
N

Nancy

Thanks so much for your reply,Rick.
-----Original Message-----
Ahhhhh

You would have to add them manually. If you normally use the wizard to
build forms, I would guess that you would need to delete and then recreate
the form if you want it to contain all the fields. If you 'tweeked' any of
the fields after the wizard created it, I would just manually add the new
fileds.

Have a good one!

Rick

I have added new fields to an existing table. Does my form
that was created from this table have to be updated
manually to add these new fields or can this be done
automatically?


.
 
A

Adrian Jansen

If you show the field list ( on the view menu ), you can just drag new
fields from there to wherever you want them on the form in design view.
This at least saves re-creating the form.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
J

Jessestonecedar

Remember that the wizards are programs too. It is possible to create your own
form generation program that can add fields. A good access programmer could do
it with the proper resources.

Rich
 

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