1cc9d Adding a Field to a Form
Sign Up |  Live StatsLive Stats    Articles 37,317| Comments 177,135| Members 19,401, Newest surinder singh kanwar| Online 455
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Adding a Field to a Form

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Adding Images to a form - I realy need help with this Pizza Information Technology 5 28-Jul-2006 08:42 AM
KBV - Adding a newly added field to a form KBV Information Technology 4 28-Jul-2006 08:36 AM
adding an attachment and view a file in a form chris1980 Information Technology 14 28-Jul-2006 08:35 AM
Adding new record from data in unbound form textboxes StarfishJoe Information Technology 3 28-Jul-2006 08:33 AM
RE: Invalid Argument with OLE field, adding PDF files accessuser1308 Information Technology 0 05-Nov-2005 12:48 PM


Tags
adding, field, form
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:24 AM
ktie2332's Avatar ktie2332
Guest
 
Posts: n/a
   
   
Adding a Field to a Form

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I created a table, then a form. Then I added an employee ID field to my
table, but now it isn't in my form. How do I update the form without
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11828-adding-a-field-to-a-form.html
recreating it with a wizard? I am using ACCESS 2003.
--
Katie

*







Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:24 AM
Yanick's Avatar Yanick
Guest
 
Posts: n/a
   
   
RE: Adding a Field to a Form

Add a new textbox on your form and set his RecordSource to the employee ID
table field (Since you added Employee ID to your table, it should be listed
in the RecourdSource dropdown if your form is bound to your table.) If your
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
form is bound to a query, you have to add the Employee ID to your query to be
able to add it to your form.

Yanick

"ktie2332" wrote:

> I created a table, then a form. Then I added an employee ID field to my
> table, but now it isn't in my form. How do I update the form without
> recreating it with a wizard? I am using ACCESS 2003.
> --
> Katie

Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:24 AM
Wayne-I-M's Avatar Wayne-I-M
Guest
 
Posts: n/a
   
   
RE: Adding a Field to a Form

  Donate Today!  
1st you really look at creating a query from the table and then creating form
from the query. (It's not a good idea to work straight from the table and
with a query you can run many other functions that are not possible in a
table).

Either way open your form in design view and click the view menu. From the
dropdown list select View Fields". Drag the new field into the form.

Hope this helps

--
Wayne
Manchester, England.



"ktie2332" wrote:

> I created a table, then a form. Then I added an employee ID field to my
> table, but now it isn't in my form. How do I update the form without
> recreating it with a wizard? I am using ACCESS 2003.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
> --
> Katie

Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:24 AM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Adding a Field to a Form

Is the form based on the table, or on a query? If it's based on a query,
make sure that the query includes the new field.

Once the new field is included in the form's recordsource, simply add a new
textbox to your form, with the new field as its control source.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"ktie2332" wrote in message
news:ACF7DDB2-5834-4EE2-82AF-39F9F3A14752@microsoft.com...
> I created a table, then a form. Then I added an employee ID field to my
> table, but now it isn't in my form. How do I update the form without
> recreating it with a wizard? I am using ACCESS 2003.
> --
> Katie



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:24 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: Adding a Field to a Form

Wayne,

Why do you say to create a query - that you shouldn't have the form based on
a table? Queries are accessible to users, who sometimes like to play with
things they shouldn't - even in an MDE. With a split app, the linked tables
can't be modified as to design,. but queries can be. Therefore, myself, if
I'm basing a form on a single table, I always use the table. And unless it's
a fairly complex query, I code that into the form, rather than create a
stored query. (I have a few "problem child" users who can't leave things
alone )

Not bustin' ya, just curious why you feel this way.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828

SusanV


"Wayne-I-M" wrote in message
news:1462F13B-13B2-4E6D-9836-D58544786294@microsoft.com...
> 1st you really look at creating a query from the table and then creating
> form
> from the query. (It's not a good idea to work straight from the table and
> with a query you can run many other functions that are not possible in a
> table).
>
> Either way open your form in design view and click the view menu. From
> the
> dropdown list select View Fields". Drag the new field into the form.
>
> Hope this helps
>
> --
> Wayne
> Manchester, England.
>
>
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
>
> "ktie2332" wrote:
>
>> I created a table, then a form. Then I added an employee ID field to my
>> table, but now it isn't in my form. How do I update the form without
>> recreating it with a wizard? I am using ACCESS 2003.
>> --
>> Katie



Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:24 AM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Adding a Field to a Form

I always use queries so that I can control the order of the records on the
form, so that I can include calculated fields and so that I can pull in
information from other tables.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"SusanV" wrote in message
news:%23YaE9NTlGHA.3816@TK2MSFTNGP02.phx.gbl...
> Wayne,
>
> Why do you say to create a query - that you shouldn't have the form based

on
> a table? Queries are accessible to users, who sometimes like to play with
> things they shouldn't - even in an MDE. With a split app, the linked

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
tables
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
> can't be modified as to design,. but queries can be. Therefore, myself, if
> I'm basing a form on a single table, I always use the table. And unless

it's
> a fairly complex query, I code that into the form, rather than create a
> stored query. (I have a few "problem child" users who can't leave things
> alone )
>
> Not bustin' ya, just curious why you feel this way.
>
> SusanV
>
>
> "Wayne-I-M" wrote in message
> news:1462F13B-13B2-4E6D-9836-D58544786294@microsoft.com...
> > 1st you really look at creating a query from the table and then creating
> > form
> > from the query. (It's not a good idea to work straight from the table

and
> > with a query you can run many other functions that are not possible in a
> > table).
> >
> > Either way open your form in design view and click the view menu. From
> > the
> > dropdown list select View Fields". Drag the new field into the form.
> >
> > Hope this helps
> >
> > --
> > Wayne
> > Manchester, England.
> >
> >
> >
> > "ktie2332" wrote:
> >
> >> I created a table, then a form. Then I added an employee ID field to

my
> >> table, but now it isn't in my form. How do I update the form without
> >> recreating it with a wizard? I am using ACCESS 2003.
> >> --
> >> Katie

>
>



Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:24 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: Adding a Field to a Form

How do you keep using from futzing with them?

"Douglas J Steele" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
news:eZY8vSTlGHA.1344@TK2MSFTNGP03.phx.gbl...
>I always use queries so that I can control the order of the records on the
> form, so that I can include calculated fields and so that I can pull in
> information from other tables.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "SusanV" wrote in message
> news:%23YaE9NTlGHA.3816@TK2MSFTNGP02.phx.gbl...
>> Wayne,
>>
>> Why do you say to create a query - that you shouldn't have the form based

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
> on
>> a table? Queries are accessible to users, who sometimes like to play with
>> things they shouldn't - even in an MDE. With a split app, the linked

> tables
>> can't be modified as to design,. but queries can be. Therefore, myself,
>> if
>> I'm basing a form on a single table, I always use the table. And unless

> it's
>> a fairly complex query, I code that into the form, rather than create a
>> stored query. (I have a few "problem child" users who can't leave things
>> alone )
>>
>> Not bustin' ya, just curious why you feel this way.
>>
>> SusanV
>>
>>
>> "Wayne-I-M" wrote in message
>> news:1462F13B-13B2-4E6D-9836-D58544786294@microsoft.com...
>> > 1st you really look at creating a query from the table and then
>> > creating
>> > form
>> > from the query. (It's not a good idea to work straight from the table

> and
>> > with a query you can run many other functions that are not possible in
>> > a
>> > table).
>> >
>> > Either way open your form in design view and click the view menu. From
>> > the
>> > dropdown list select View Fields". Drag the new field into the form.
>> >
>> > Hope this helps
>> >
>> > --
>> > Wayne
>> > Manchester, England.
>> >
>> >
>> >
>> > "ktie2332" wrote:
>> >
>> >> I created a table, then a form. Then I added an employee ID field to

> my
>> >> table, but now it isn't in my form. How do I update the form without
>> >> recreating it with a wizard? I am using ACCESS 2003.
>> >> --
>> >> Katie

>>
>>

>
>



Reply With Quote
  #8 (permalink)  
Old 28-Jul-2006, 08:24 AM
SusanV's Avatar SusanV
Guest
 
Posts: n/a
   
   
Re: Adding a Field to a Form

Keep *users* from...

Darn speel-chucker!

"SusanV" wrote in message
news:euavtZTlGHA.1208@TK2MSFTNGP02.phx.gbl...
> How do you keep using from futzing with them?
>
> "Douglas J Steele" wrote in message
> news:eZY8vSTlGHA.1344@TK2MSFTNGP03.phx.gbl...
>>I always use queries so that I can control the order of the records on the
>> form, so that I can include calculated fields and so that I can pull in
>> information from other tables.
>>
>> --
>> Doug Steele, Microsoft Access MVP
>> http://I.Am/DougSteele
>> (no e-mails, please!)
>>
>>
>> "SusanV" wrote in message
>> news:%23YaE9NTlGHA.3816@TK2MSFTNGP02.phx.gbl...
>>> Wayne,
>>>
>>> Why do you say to create a query - that you shouldn't have the form
>>> based

>> on
>>> a table? Queries are accessible to users, who sometimes like to play
>>> with
>>> things they shouldn't - even in an MDE. With a split app, the linked

>> tables
>>> can't be modified as to design,. but queries can be. Therefore, myself,
>>> if
>>> I'm basing a form on a single table, I always use the table. And unless

>> it's
>>> a fairly complex query, I code that into the form, rather than create a
>>> stored query. (I have a few "problem child" users who can't leave things
>>> alone )
>>>
>>> Not bustin' ya, just curious why you feel this way.
>>>
>>> SusanV
>>>
>>>
>>> "Wayne-I-M" wrote in message
>>> news:1462F13B-13B2-4E6D-9836-D58544786294@microsoft.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
>>> > 1st you really look at creating a query from the table and then
>>> > creating
>>> > form
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
>>> > from the query. (It's not a good idea to work straight from the table

>> and
>>> > with a query you can run many other functions that are not possible in
>>> > a
>>> > table).
>>> >
>>> > Either way open your form in design view and click the view menu.
>>> > From
>>> > the
>>> > dropdown list select View Fields". Drag the new field into the form.
>>> >
>>> > Hope this helps
>>> >
>>> > --
>>> > Wayne
>>> > Manchester, England.
>>> >
>>> >
>>> >
>>> > "ktie2332" wrote:
>>> >
>>> >> I created a table, then a form. Then I added an employee ID field to

>> my
>>> >> table, but now it isn't in my form. How do I update the form without
>>> >> recreating it with a wizard? I am using ACCESS 2003.
>>> >> --
>>> >> Katie
>>>
>>>

>>
>>

>
>



Reply With Quote
  #9 (permalink)  
Old 28-Jul-2006, 08:24 AM
Wayne-I-M's Avatar Wayne-I-M
Guest
 
Posts: n/a
   
   
Re: Adding a Field to a Form

Hi Susan

In my opinion only (I may be wrong – like I was with England and Sweden last
night) but I was always told that tables are for storing data, queries are
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
use to combine and manipulate stored data and forms are used to view, correct
and function.

Using a form based on a query – taking that most queries are based on more
than 1 table will (sort of) ensure that the query will take care of any
Referential integrity problems that inexperienced users may come across if
working directly with a form based on multiple tables

One of the d bases I work with takes over 38,000 inputs per month (payments
and receipting) the use of too many functions on a form (which could be
better done in a base query) will slow the form down and with such a large
number of inputs per day the speed could be too slow to actually function.

As I said I may be wrong (I am about most things) but there are many reason
NOT to base a form on a table and hardy any TO.

The need to “see” the results of functions and “work” with them is what the
vast majority of d bases are used for
How many apples have I left on the shelf?
Who is working in the office next Wednesday?
Ect
These are all functions which are best undertaken in a query if possible
(sometimes it’s not) and then either display on screen, e mailed, printed. Of
course virtually any of these “could” be done on the form but that is not the
reason for using a form.

Don’t worry I fully expect many people to tell me I’m wrong. If I am,
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11828
please tell me as really do appreciate any help and advice.

--
Wayne
Manchester, England.



"SusanV" wrote:

> Wayne,
>
> Why do you say to create a query - that you shouldn't have the form based on
> a table? Queries are accessible to users, who sometimes like to play with
> things they shouldn't - even in an MDE. With a split app, the linked tables
> can't be modified as to design,. but queries can be. Therefore, myself, if
> I'm basing a form on a single table, I always use the table. And unless it's
> a fairly complex query, I code that into the form, rather than create a
> stored query. (I have a few "problem child" users who can't leave things
> alone )
>
> Not bustin' ya, just curious why you feel this way.
>
> SusanV
>
>
> "Wayne-I-M" wrote in message
> news:1462F13B-13B2-4E6D-9836-D58544786294@microsoft.com...
> > 1st you really look at creating a query from the table and then creating
> > form
> > from the query. (It's not a good idea to work straight from the table and
> > with a query you can run many other functions that are not possible in a
> > table).
> >
> > Either way open your form in design view and click the view menu. From
> > the
> > dropdown list select View Fields". Drag the new field into the form.
> >
> > Hope this helps
> >
> > --
> > Wayne
> > Manchester, England.
> >
> >
> >
> > "ktie2332" wrote:
> >
> >> I created a table, then a form. Then I added an employee ID field to my
> >> table, but now it isn't in my form. How do I update the form without
> >> recreating it with a wizard? I am using ACCESS 2003.
> >> --
> >> Katie

>
>
>

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
30 Day Amrit Vel 'a'...
By Ishna
Today 08:18 AM
32 Replies, 295 Views
Losing My Religion: Why...
By Akasha
Today 07:19 AM
2 Replies, 62 Views
What I believe Hukam to...
Today 03:15 AM
13 Replies, 141 Views
Should SPN Keep the...
Today 02:02 AM
19 Replies, 542 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:46 AM
304 Replies, 7,484 Views
Thought of the Moment!
Today 01:46 AM
108 Replies, 5,098 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 01:18 AM
173 Replies, 4,386 Views
Student Compares Toilet...
Today 01:05 AM
1 Replies, 58 Views
What Do You Think of...
Today 00:53 AM
34 Replies, 615 Views
Amrit
Yesterday 23:38 PM
4 Replies, 345 Views
Map shows world's 'most...
Yesterday 18:58 PM
16 Replies, 281 Views
Do you believe in...
Yesterday 13:15 PM
180 Replies, 3,776 Views
BHOOTS (Ghosts) and...
Yesterday 13:08 PM
102 Replies, 13,891 Views
How does Sikhi help you...
Yesterday 12:44 PM
17 Replies, 688 Views
Why are There so Many...
Yesterday 10:23 AM
70 Replies, 5,063 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 09:00 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.54341 seconds with 32 queries
0