A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access text box



 
 
Thread Tools Display Modes
  #1  
Old March 25th, 2010, 11:19 AM posted to microsoft.public.access
FernP
external usenet poster
 
Posts: 1
Default Access text box

I was trying to add text boxes to my database in form design view, which
worked fine up until the moment when i was back in form or table view. For
some reason when I add detail in one of the cells of the new column it was
automatically copied to every other cell in that new column. This has only
been happening with the new columns and the ones I created using the wizard
when starting the database seem to be working fine. What can I do about this?
  #2  
Old March 25th, 2010, 01:00 PM posted to microsoft.public.access
XPS350
external usenet poster
 
Posts: 69
Default Access text box

On 25 mrt, 12:19, FernP wrote:
I was trying to add text boxes to my database in form design view, which
worked fine up until the moment when i was back in form or table view. For
some reason when I add detail in one of the cells of the new column it was
automatically copied to every other cell in that new column. This has only
been happening with the new columns and the ones I created using the wizard
when starting the database seem to be working fine. What can I do about this?


I think you added the fields to the form only, not to the table the
form is based on.
If you intend to store the data, you add the field(s) to the table
first and then update the form.


Groeten,

Peter
http://access.xps350.com
  #3  
Old March 25th, 2010, 01:45 PM posted to microsoft.public.access
Daryl S[_2_]
external usenet poster
 
Posts: 881
Default Access text box

FernP -

How did you add the new text boxes? Is there a default value? What is the
control source? Is there any event code that references the new text boxes
or that is run on events of the new text boxes?

--
Daryl S


"FernP" wrote:

I was trying to add text boxes to my database in form design view, which
worked fine up until the moment when i was back in form or table view. For
some reason when I add detail in one of the cells of the new column it was
automatically copied to every other cell in that new column. This has only
been happening with the new columns and the ones I created using the wizard
when starting the database seem to be working fine. What can I do about this?

  #4  
Old March 25th, 2010, 03:33 PM posted to microsoft.public.access
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Access text box

On Thu, 25 Mar 2010 04:19:01 -0700, FernP
wrote:

I was trying to add text boxes to my database in form design view, which
worked fine up until the moment when i was back in form or table view. For
some reason when I add detail in one of the cells of the new column it was
automatically copied to every other cell in that new column. This has only
been happening with the new columns and the ones I created using the wizard
when starting the database seem to be working fine. What can I do about this?


You've made a very common mistake: confusing data *storage* with data
*presentation*.

Data is stored in tables, and ONLY in tables. A Form or a Textbox isn't a data
storage medium, it's a display tool - a window which lets you see data stored
in the Table. If (as you have done) you add a textbox to a form without any
connection to a table, it's not tied to any data, so you will see it repeated.

You'll need to open the Table in design view, and add your new fields to the
table; you can then open the Form in design view and open its Recordsource
query. Add the new fields to the query. You will then be able to "bind" the
new textboxes to the new field by setting the Control Source property of the
textbox.
--

John W. Vinson [MVP]
 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.