Computing.Net > Forums > Database > Beginner Question - Duplicate Entries

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Beginner Question - Duplicate Entries

Reply to Message Icon

Name: 24HG_Hoop
Date: May 26, 2009 at 14:36:28 Pacific
OS: Windows XP
Subcategory: General
Comment:

Hi all! Thanks in advance for any help!!

I'm an appraiser [commercial, not residential], and I'm just beginning to delve into Access to solve the lack of a good data storage system. I'm trying to track everything about every property that I come across, including the property I'm appraising and the sales, leases, apartment rents, etc. data that otherwise gets stuffed into a paper folder.

My biggest "conceptual" issue is data entry and the issue of duplication. From my tinkering, I've noticed that anybody can simply hit the "next record" button and start typing away at a new record. It seems more logical to preclude this function, and instead invoke a button that both 1) searches for existing info, per address [including box #, street name, suffix, .... as well as city and county to avoid duplication that way], then 2) IF there are no matching records, THEN push that search's inputs into a new record and open up the ability to add new data to the new record.

Does that make sense?

So, first.. Is that even possible?
If so, does anybody have any pre-written code to handle it?




Sponsored Link
Ads by Google

Response Number 1
Name: David Perry
Date: June 4, 2009 at 11:38:36 Pacific
Reply:

You should have a table with a property ID set as a unique value. This table should contain property information such as address, and other things that don't change. Have another table that uses this property ID for records about activity.

The logic about searching and adding new records would be contained in your input form.


0
Reply to Message Icon

Related Posts

See More


Error: Only constants, co... i deleted a user account ...


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Beginner Question - Duplicate Entries

Beginner SQL Student, Question www.computing.net/answers/dbase/beginner-sql-student-question/271.html

Deleting Duplicates in MS Access www.computing.net/answers/dbase/deleting-duplicates-in-ms-access/280.html

Designing Check Printing System www.computing.net/answers/dbase/designing-check-printing-system/29.html