New fields in tables and forms

D

Double A

I have added a few new fields to one of the main tables of my database and I
would like to add them to my form as well. The new fields automatically
updated the relationship and the query. However when I use the field list to
add these new fields to my form, they are not in the list. How do I get them
to update or refresh this list so I can add them?

Thanks.
 
S

strive4peace

go to the design view of the form

turn on the Properties window

select the form (one way is to click in the upper left where the rulers
intersect)

click on the Data tab of the Properties window

click in the RowSource property

click on the builder button [...] to the right

add the new fields to the form RecordSource

Warm Regards,
Crystal

Access Basics
8-part free tutorial that covers essentials in Access
http://www.accessmvp.com/Strive4Peace/Index.htm

*
:) have an awesome day :)
*
 
S

strive4peace

oops, I meant click in the *RecordSource* property ...

RowSource is for combos and listboexes, RecordSource is for Forms and
Reports...

Warm Regards,
Crystal

Access Basics
8-part free tutorial that covers essentials in Access
http://www.accessmvp.com/Strive4Peace/Index.htm

*
:) have an awesome day :)
*


go to the design view of the form

turn on the Properties window

select the form (one way is to click in the upper left where the rulers
intersect)

click on the Data tab of the Properties window

click in the RowSource property

click on the builder button [...] to the right

add the new fields to the form RecordSource

Warm Regards,
Crystal

Access Basics
8-part free tutorial that covers essentials in Access
http://www.accessmvp.com/Strive4Peace/Index.htm

*
:) have an awesome day :)
*



Double said:
I have added a few new fields to one of the main tables of my database
and I would like to add them to my form as well. The new fields
automatically updated the relationship and the query. However when I
use the field list to add these new fields to my form, they are not in
the list. How do I get them to update or refresh this list so I can
add them?

Thanks.
 

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