Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding more fields

268 views
Skip to first unread message

Mary Hartman

unread,
Dec 1, 2006, 7:31:39 PM12/1/06
to

I have added more fields to a table that I already have a form
designed for. I would like to add those fields to the form but they
don't appear in the list.

How can I add them to the form without having to redo the whole thing?


Mary Hartman

unread,
Dec 1, 2006, 7:48:12 PM12/1/06
to

I have tried a number of ways and keep getting "?NAME" in the control
box when the form is open. It also won't allow me to either remove
that or add anything.


Arvin Meyer [MVP]

unread,
Dec 1, 2006, 7:50:06 PM12/1/06
to
Sure. First check and see if your form is based directly on the table, or
(more likely) if it's based on a query. If it's a query, open it in design
view and add the fields. Then you should be able to see them in the field
list.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"Mary Hartman" <MaryH...@TVLand.wish> wrote in message
news:99i1n29r9oi73u9ha...@4ax.com...

Mary Hartman

unread,
Dec 1, 2006, 7:59:32 PM12/1/06
to
On Fri, 1 Dec 2006 19:50:06 -0500, "Arvin Meyer [MVP]" <a...@m.com>
wrote:

>Sure. First check and see if your form is based directly on the table, or
>(more likely) if it's based on a query. If it's a query, open it in design
>view and add the fields. Then you should be able to see them in the field
>list.


My form is based directly on the table.

Arvin Meyer [MVP]

unread,
Dec 1, 2006, 8:16:59 PM12/1/06
to
"Mary Hartman" <MaryH...@TVLand.wish> wrote in message
news:tuj1n2pponsfb4u51...@4ax.com...

You should be able to see them then. Only queries can hide them if they are
not in the underlying query. Just a WAG, are the new fields lookup fields?
You should be able to see them, but occasionally you don't see them
correctly.Try expanding the field list and see if they are indeed there.

Mary Hartman

unread,
Dec 1, 2006, 8:40:13 PM12/1/06
to

I don't know why i having trouble with this. I am really not this
stupid.

Let me give a step by step what I did, maybe you can find my mistake.

I have a table products. To fill in the table products I have a form
products_input.

When I created the form, I created it directly from the table with the
wizard. I just selected all fields.

Now I have added 6 fields to the table. I am trying to create a
controsl in the form for them.

I insert a text box.

I right clicked on the text box and select properties.

In the data tab, I clicked the" ..."

I click the tables folder to expand it.

I click the table products folder so that all the fields appear in the
center column

I click on the field I want.

Now I have this on the form in design view inside the text box.


=products!products_image_1_text


When I go to regular view, I have this in the box.

#Name?

And it won't do anything. What have I done wrong?

Mary


On Fri, 1 Dec 2006 20:16:59 -0500, "Arvin Meyer [MVP]" <a...@m.com>

Arvin Meyer [MVP]

unread,
Dec 1, 2006, 8:50:02 PM12/1/06
to
It has no idea what:

=products!products_image_1_text

is. If the name of the field is: products_image_1_text, just select that
from the list in the Control Source drop down on the property sheet.
Alternatively, open the field list and drag the new field to you form.

"Mary Hartman" <MaryH...@TVLand.wish> wrote in message
news:k5m1n25c0f5ov1vep...@4ax.com...

Mary Hartman

unread,
Dec 1, 2006, 9:05:12 PM12/1/06
to
Hi Arvin,

Thank you for keep coming back to me.

These 6 new fields that I added to the table appear neither in the
drop down of the data control on the properties panel, nor do they
appear on the available field list.

Is there maybe a bug that I need a fix for?

I mean besides for myself... bugging you I mean.

That was supposed to be a joke.

Mary


On Fri, 1 Dec 2006 20:50:02 -0500, "Arvin Meyer [MVP]" <a...@m.com>
wrote:

>It has no idea what:

tina

unread,
Dec 1, 2006, 10:00:27 PM12/1/06
to
if you're using A2000 or newer, did you turn OFF the Name Autocorrect option
when you created your database? if not, suggest you do the following:

create a new, blank database.
immediately turn OFF Name Autocorrect via Tools | Options | General tab on
the menu bar.
compact the database.
import all the objects from your current database into the new database, and
compact it again.

now take a look at the field list in the form's Design view. can you see all
the fields? if not, look at the RecordSource property in the Properties box.
does it show the table name that you expect to see? or does it show a SQL
statement, that starts with "SELECT..."? if the latter, click the Build
(...) button at the right side of the property line, and add the new fields
to the design grid.

hth


"Mary Hartman" <MaryH...@TVLand.wish> wrote in message

news:0kn1n2l522d6kp2fp...@4ax.com...

Mary Hartman

unread,
Dec 1, 2006, 10:26:28 PM12/1/06
to
THANK YOU!!

That did it exactly!!!!!


Mary

Arvin Meyer [MVP]

unread,
Dec 3, 2006, 11:02:00 AM12/3/06
to
So you did have lookup fields. That's what the SQL statement that Tina was
refering to is.

Name Autocorrect does weird things to a database, occasionally corrupting a
form. Tina was right on in suggesting that.

"Mary Hartman" <MaryH...@TVLand.wish> wrote in message
news:dis1n2t4m1s9ves0p...@4ax.com...

tina

unread,
Dec 3, 2006, 12:28:54 PM12/3/06
to
> So you did have lookup fields. That's what the SQL statement that Tina was
> refering to is.

umm, i wasn't talking about lookup fields, Arvin. i never use the Form
Wizard to create forms, so i'm not familiar with how it might work in
different situations; i thought it might have created a SQL statement for
the form's RecordSource, rather than just assigning the selected table name
to the RecordSource property. if that were the case, new fields in the table
would not show up automatically in the form's Field List - unless the SQL
statement was a simple SELECT * FROM... so i figured if Name Autocorrupt
(yes, i stole that from somebody else here in the ngs, but i can't remember
who posted it <g>) wasn't the culprit, then a SQL statment recordsource was
my next guess. tina :)


"Arvin Meyer [MVP]" <a...@m.com> wrote in message
news:%23SU6hRv...@TK2MSFTNGP03.phx.gbl...

Arvin Meyer [MVP]

unread,
Dec 4, 2006, 9:48:14 AM12/4/06
to
Hi tina,

I don't use the form wizard either, so I just checked by trying it and it
uses the table or query, not a SQL statement. I do know some of the wizards
do use a SQL statement for things like combo boxes. I'm still guessing
lookup fields, but Name Autocorrect (or better described as Autocorrupt) is
a very likely cause as well. In any case, great detective work. You need to
be an MVP.

"tina" <nos...@address.com> wrote in message
news:qPDch.142898$Fi1....@bgtnsc05-news.ops.worldnet.att.net...

Lynn Trapp

unread,
Dec 4, 2006, 12:33:31 PM12/4/06
to
> In any case, great detective work. You need to be an MVP.

Arvin,
Tina already know that I am going to AMEN that. :-)

--

Lynn Trapp
Microsoft MVP (Access)
www.ltcomputerdesigns.com


tina

unread,
Dec 4, 2006, 9:38:05 PM12/4/06
to
> > In any case, great detective work.

thanks, Arvin!

> You need to be an MVP.

well, that's what i wanna be someday when i grow up, guys, but i'm still
just a young whippersnapper... ;)


"Lynn Trapp" <ltrapp...@ltcomputerdesigns.com> wrote in message
news:e96USp8F...@TK2MSFTNGP05.phx.gbl...

Duane Hookom

unread,
Dec 4, 2006, 10:53:53 PM12/4/06
to
Just because Lynn and Arvin are older than the hills doesn't mean "young
whippersnappers" aren't worthy of the MVP award.

--
Duane (Old Whippersnapper) Hookom
MS Access MVP

"tina" <nos...@address.com> wrote in message

news:hY4dh.150245$Fi1.1...@bgtnsc05-news.ops.worldnet.att.net...

Tom Wickerath

unread,
Dec 5, 2006, 5:28:33 AM12/5/06
to
Hi Tina,

> (yes, i stole that from somebody else here in the ngs, but i can't remember
> who posted it <g>)

I've certainly used that term often enough. It looks like Allen Browne may
have been the first one to use that term, on Sept. 24, 2004, based on a
Google Advanced Search of microsoft.public.access.*:

http://groups.google.com/groups?as_q=&num=50&scoring=r&as_epq=Name+Autocorrupt&as_oq=&as_eq=&as_ugroup=microsoft.public.access.*&as_usubject=&as_uauthors=&lr=&as_qdr=&as_drrb=b&as_mind=1&as_minm=1&as_miny=1998&as_maxd=31&as_maxm=12&as_maxy=2004&safe=off

Peiter Linden used it in comp.databases.ms-access the following day,
9/25/2004.


Tom Wickerath
Microsoft Access MVP

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________

Fred Boer

unread,
Dec 5, 2006, 8:29:12 AM12/5/06
to
Well, tina's Access skills are evident, but perhaps the award should be held
back until that young lady learns to write both little *and* big alphabet
letters! <g>

Cheers!
Fred ("tina for mvp"!) Boer

"Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote in message
news:e0nPFECG...@TK2MSFTNGP02.phx.gbl...

Lynn Trapp

unread,
Dec 5, 2006, 8:57:01 AM12/5/06
to
> Just because Lynn and Arvin are older than the hills doesn't mean "young
> whippersnappers" aren't worthy of the MVP award.

hey there! Arvin and I resemble that remark. Besides, tina, has all the
non-whippersnapperish characteristics necessary to be an MVP. <g>

tina

unread,
Dec 5, 2006, 9:07:59 AM12/5/06
to
2004? takes me awhile to catch onto things, doesn't it? <g>


"Tom Wickerath" <AOS168b AT comcast DOT net> wrote in message
news:C2D44140-49C5-44B9...@microsoft.com...

tina

unread,
Dec 5, 2006, 9:11:16 AM12/5/06
to
oh, i wasn't talking about age - when it comes to that, i'm right up there
in the creaking 'n groaning set with y'all. <g>


"Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote in message
news:e0nPFECG...@TK2MSFTNGP02.phx.gbl...

tina

unread,
Dec 5, 2006, 9:15:32 AM12/5/06
to
the day that happens, you'll know it's not really me posting - i've been
replaced by a Pod Person! <bg>


"Fred Boer" <fred...@NOyahooSPAM.com> wrote in message
news:e2mQWHHG...@TK2MSFTNGP05.phx.gbl...

Lynn Trapp

unread,
Dec 5, 2006, 9:16:36 AM12/5/06
to
> oh, i wasn't talking about age - when it comes to that, i'm right up there
> in the creaking 'n groaning set with y'all. <g>

Duane was just taking the opportunity to get in a dig at me and Arvin --
probably because we both have lots of gray hair. Of course, his day is
coming. <g>

Lynn Trapp

unread,
Dec 5, 2006, 9:43:43 AM12/5/06
to
> the day that happens, you'll know it's not really me posting - i've been
> replaced by a Pod Person! <bg>


tina,
I happen to like your lower case posting. It's better than a signature.
Don't listen to fred. ;-)

Duane Hookom

unread,
Dec 5, 2006, 9:11:35 PM12/5/06
to
This grandpa has his share of gray hair. Using "lots of ... hair" to
describe Arvin? I guess if you combine all facial and head hair...

--
Duane Hookom
MS Access MVP

"Lynn Trapp" <ltrapp...@ltcomputerdesigns.com> wrote in message

news:efxW6fHG...@TK2MSFTNGP03.phx.gbl...

tina

unread,
Dec 5, 2006, 9:55:20 PM12/5/06
to
fred who?

(jk, Fred! ;) )


"Lynn Trapp" <ltrapp...@ltcomputerdesigns.com> wrote in message

news:eHq$DvHGHH...@TK2MSFTNGP05.phx.gbl...

Arvin Meyer [MVP]

unread,
Dec 6, 2006, 8:09:08 AM12/6/06
to
"Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote in message
news:%23pFKmvN...@TK2MSFTNGP02.phx.gbl...

> This grandpa has his share of gray hair. Using "lots of ... hair" to
> describe Arvin? I guess if you combine all facial and head hair...

Hey!

At least I don't have hair on my back.
--
Arvin


Arvin Meyer [MVP]

unread,
Dec 6, 2006, 8:19:36 AM12/6/06
to
"tina" <nos...@address.com> wrote in message
news:hY4dh.150245$Fi1.1...@bgtnsc05-news.ops.worldnet.att.net...

>> > In any case, great detective work.
>
> thanks, Arvin!
>
>> You need to be an MVP.
>
> well, that's what i wanna be someday when i grow up, guys, but i'm still
> just a young whippersnapper... ;)

I've heard that, but I don't believe it. It's been obvious to us for some
time now that you are deserving of MVP status. You know what you're doing,
and if you believe that we do, you should realize that when you get more
than 2 of us to agree on anything, it must be right. (Especially Duane).
I've counted 4 agreeing, just right here. You ought to see the private
thread between us where you could add several dozen more.
--
Arvin Meyer


tina

unread,
Dec 6, 2006, 9:07:53 AM12/6/06
to
> you should realize that when you get more
> than 2 of us to agree on anything, it must be right. (Especially Duane).

LOL

seriously, thank you for your kind words, Arvin. now you're making me blush,
though, so i'd better leave this thread. <bows and smiles, waves goodbye>


"Arvin Meyer [MVP]" <a...@m.com> wrote in message

news:uvjivkT...@TK2MSFTNGP06.phx.gbl...

0 new messages