473,387 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Text boxes in MS Access

2
I am trying to create a text box in a subform of one of my databases, and for each entry/name I want to write different things in this text box. How do I programme a text box in Access so that it keeps the details per entry as opposed to updating every entry with the most recently typed text? Any help would be much appreciated?
Thank you.

:confused:
Mar 20 '06 #1
5 3986
Winx
5
i'm not quite sure i understand what you mean - could you be a bit more specific please? i'm well clued up on access.
Mar 24 '06 #2
Loubie
2
Dear Winx,

Thank you for attempting to answer my question!

I have a large database in Access, which has everything from the Tables included on a main form with sub forms. I want to have a blank text box on one of the sub forms, so that I can add free text to each Individual. I have managed to put a blank text box in the sub form, but when I write details in the sub form belonging to Mr. X (for example) the same free text is copied into every single entrants form, so it is mirrored in the entry for Mr. Y and Miss Z too? Is there any way to have a blank text box that just holds information for one entry as opposed to putting the same text in each entry? Does that make vague sense? I'm so sorry not to be more technically minded!

Thanks again. Loubie :confused:

i'm not quite sure i understand what you mean - could you be a bit more specific please? i'm well clued up on access.
Mar 27 '06 #3
CaptainD
135 100+
Your wording is not very clear, if I uderstand you correctly you want a text box that when you make an entry, it enters that information for everyone.

If so, just have a field in one location that holds that information and do an update for that field.

Expand|Select|Wrap|Line Numbers
  1.  UPDATE YourTable SET OneField = Trim(txtMyTextBox.Text) 
Mar 27 '06 #4
Hi,

I am having the same problem as Loubie. I am using MS Access 2003 and working in Form mode. Everything is working well until I come t oa particular field and when I enter data it copies through to the same field in all records.

I need to have different data in the field for each record. And, I need to have lots of information/data in each field.

I have tried Unbound and I can enter more data but it spreads throughout the data base.


I have looked closely at another database and have closely copied the properties to no avail.

What am I doing wrong?

Cheers, SANDRA4006
Oct 23 '06 #5
KelHemp
16
I'm by no means an expert, but I think the problem is in your table you're using for the form... in my experience, just creating a text box and writing in it is like stamping the whole form with that information. instead, you need to tell it to see the difference between the records by making a field for it in your table. Then, add the text box, and give it the source of that field.

That help?
Oct 24 '06 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: John Kreps | last post by:
(acc 2002) I've got six unbound text boxes on a subform that has a white background. Each of those six boxes has an expression that when true, will change its background from white to another...
1
by: Serious_Practitioner | last post by:
Hello, all - I want to get a customer name, address and so forth from a customer table using either a SELECT statement in a VBA procedure or in a query. The user should be able to put a customer...
5
by: RC | last post by:
I have a form with three text boxes on it. I want the third text box to show the total of the values in the other two text boxes. The first box is named: BoxOne and I type the number 2 into it...
1
by: ChadDiesel | last post by:
I'm new to access and need some help. I have a form with a shipment destination at the top. I then have a subform that I enter boxes for that shipment. I have several shipments going at a...
6
by: BurntWithTime | last post by:
Hello everyone, Please can anyone tell me if it is possible for a VB.NET application to check a database and then create textboxes on a form that correspond to those records on the database? For...
33
JamesDC
by: JamesDC | last post by:
Hey all, I'm working with Access 2002. I'm working on an inherited access file and I'm trying to figure out how the text boxes work in order to try and fix a bug which occurs. The situation is...
4
by: Andrew Meador - ASCPA, MCSE, MCP+I, Network+, A+ | last post by:
I have created a report. This report needs to display records between two dates entered by the user. I put two text boxes on the report so I can enter the start and end date - I set them to use an...
2
by: SHAWTY721 | last post by:
I have a form that contains two combo boxes that are related to each other. I need to find a way to populate my text box based on the criteria of the two combo boxes so the appropriate number...
4
by: Chris Shearer Cooper | last post by:
I have a Memo field in an Access 2000 database that contains information that is not just plain old text - it's information my program needs, and it needs to be in a specific format. The problem...
9
by: RICHARD BROMBERG | last post by:
Please bear in mind that I am a newbie. I am posting this question a second time because the responses to my earlier post were a little wide of the mark. So, here goes: I am using Access 2000...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.