473,405 Members | 2,379 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,405 software developers and data experts.

Data unexpectedly posts istelf in another field

I posted recently about two fields not acceptiing keystroke entries after months of trouble-free use. one of those fields is now posting entered keystrokes into the same field of another, unrelated record. I found this out by sorting for a last name, and these two showed up with about ten others that are not affected by it. Entering the single keystroke in that field in either record produces a change in the other. I have compacted and repaired the database(s), but it still happens. Any ideas?
Jun 14 '07 #1
4 1086
puppydogbuddy
1,923 Expert 1GB
I posted recently about two fields not acceptiing keystroke entries after months of trouble-free use. one of those fields is now posting entered keystrokes into the same field of another, unrelated record. I found this out by sorting for a last name, and these two showed up with about ten others that are not affected by it. Entering the single keystroke in that field in either record produces a change in the other. I have compacted and repaired the database(s), but it still happens. Any ideas?

It is probably by design if the two fields are in different tables. You likely have relationships set up to enforce referential integrity between each of the tables underlying the two fields. Are youy sure the two table records are not related?

If they are truly not related, then you probably need to change the relationship between the two tables via the relationship button on the toolbar.

However, you should be aware, that a normalized relational databases like Access consists of many one-to-many relationships between the data tables. For example, consider the one to many relationship Order table and Order detail table......Each order has many details. In order to assure that the Order Details are properly matched to the correct Order, a relationship is set up and enforced on the Order#.
Jun 14 '07 #2
It was one table until I had the wizard analyze it. Might that have something to do wtih the problem?
Jun 15 '07 #3
puppydogbuddy
1,923 Expert 1GB
It was one table until I had the wizard analyze it. Might that have something to do wtih the problem?

Yes, if you allowed the wizard to split your tables on the basis of its analysis. You need to look at the relationships window and see how your database is strucutured. If the wizard split the tables, it is not necessarily a bad thing, but you need to have some basic concept of database structures and normalization in order to know whether the wizard is making a good decision. I suggest you take the first tutorial at the following link on Database structures and normalization before proceeding.

http://www.thescripts.com/forum/thread632608.html
Jun 15 '07 #4
Thankyou; I hope I can figure it out.
Jun 19 '07 #5

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

Similar topics

4
by: Niel | last post by:
Hello friends, I am not sure if i am posting to the correct group but if anyone has an idea about this and the possible solution or the link to that solution then please let me know We have out...
2
by: Rooksarii | last post by:
Hello folks, Let me first apologize for any impropper terminology I may use as I am presently trying to broaden my Office knowledge by diving into Access head on. My specific problem is this....
2
by: Matt | last post by:
When we submit the form data to another page, we usually do the following: <form action="display.aspx" method="post"> will submit the form data and open display.asp in the current browser ...
2
by: Jim in Arizona | last post by:
Usually, If i need special formatting, I don't use the datagrid control and use a loop that processes a table for each record read from the database (as in classic asp) like so: ...
4
by: ruben | last post by:
Hi: I'm getting this error when accessing a table with certain WHERE condition: "server closed the connection unexpectedly This probably means the server terminated abnormally before or while...
3
by: Peter Afonin | last post by:
Hello, I'm posting the data to another page and reading the results. I'm doing it approximately as described here: http://authors.aspalliance.com/stevesmith/articles/netscrape2.asp It works...
3
by: cyber0ne | last post by:
I'm designing a basic form for data entry into one main table. There are two fields in the table that I would like to be automatically populated, not user-entered, when the record is posted. ...
6
by: loisk | last post by:
Hi, I don't know why my db is unexpectedly quit, but when it does it always creates myfilename.Backup.mdb and myfilename.mdb (i guess it's compacted one. The size of the byte is reduced greatly.)...
9
by: Greg (codepug | last post by:
I have a combobox with the RowSourceType set to Table/Query and the RowSource is an SQL query that references a separate lookup table that contains the data that can be selected in the combobox....
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.