Help Access

Ξεκίνησε από evian, 04 Μαΐου 2010, 10:28:25 ΠΜ

« προηγούμενο - επόμενο »

evian

Καλησπέρα παιδιά, θα ήθελα να ακούσω την γνώμη σας στο εξής:
Έχω ένα πίνακα Α με 75000 εγγραφές πελατών με στοιχεία όπως ονοματεπώνυμο,διευθυνση,τηλέφωνο κτλ
και ένα πίνακα Β με 4000 εγγραφές πελατών με τα ίδια στοιχεία.....
Θα ήθελα να συγκρίνω τους δύο πίνακες ώστε να βρώ και να απομονώσω τις διπλές καταχωρήσεις...
Υπάρχει κανένας γρήγορος τρόπος?

Ευχαριστώ εκ των προτέρων

dpa2006

Computer science (abbreviated CS or CompSci) is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical processes (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded in bits and bytes in a computer memory or transcribed engines and protein structures in a human cell.source:http://en.wikipedia.org/wiki/Computer_science

Νίκος Αδαμόπουλος

...μέσω δημιουργίας Ερωτήματος Εύρεσης Διπλοτύπων

evian

Παράθεση από: dpa2006 στις 04 Μαΐου 2010, 12:25:44 ΜΜ
Find, eliminate, or hide duplicate records in Access
Φίλτρο για μοναδικές τιμές ή κατάργηση διπλών τιμών
Αν τρέξεις το φίλτρο θα περιμένεις αρκετή ώρα και ανάλογα το τερματικό μπορεί να κρεμάσει...

Παράθεση από: Νίκος Αδαμόπουλος στις 04 Μαΐου 2010, 01:25:14 ΜΜ
...μέσω δημιουργίας Ερωτήματος Εύρεσης Διπλοτύπων
Με ποιο τρόπο όμως εφόσον έχω δύο πίνακες και διαφορετικά κριτήρια?

dpa2006


δεν θυμάμαι εάν η access έχει κάποια άλλη διαδικασία για τις διπλότυπες εγγραφές. ???
πιστεύω ότι εναλλακτικά μπορείς να χρησιμοποιήσεις SQL για αυτό που θέλεις.
το θέμα του χρόνου όσο αυξάνουν οι εγγραφές νομίζω ότι είναι δύσκολο να το αποφύγεις.
θα βοηθούσε για παράδειγμα περισσότερη μνήμη και ταχύτερος επεξεργαστής.
σε παλαιό σύστημα ίσως ο χρόνος να είναι πραγματικά πολύ μεγάλος.
για το κρέμασμα συμφωνώ,είναι πολύ πιθανό,ειδικά σε παλαιότερο Hardware.




Computer science (abbreviated CS or CompSci) is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical processes (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded in bits and bytes in a computer memory or transcribed engines and protein structures in a human cell.source:http://en.wikipedia.org/wiki/Computer_science

Νίκος Αδαμόπουλος

Παράθεση από: evian στις 04 Μαΐου 2010, 07:50:12 ΜΜ
Με ποιο τρόπο όμως εφόσον έχω δύο πίνακες και διαφορετικά κριτήρια?

Ναι! Δεν πρόσεξα ότι είναι 2 οι πίνακες...

Φτιάξε ένα ερώτημα σε προβολή σχεδίασης. Πρόσθεσε στο ερώτημα αυτούς τους δύο πίνακες. Αν δεν βλέπεις να υπάρχει κάποια σχέση μεταξύ τους (κάποια γραμμή) τότε σύρε το πεδίο (π.χ.) ονοματεπώνυμο του ενός πίνακα πάνω στο αντίστοιχο πεδίο του άλλου πίνακα, οπότε θα φτιαχτεί η γραμμή. Εκτέλεσε το ερώτημα. Θα σου δείξει μόνο τα ονοματεπώνυμα που είναι ίδια και στους δύο πίνακες...

dpa2006

εναλλακτικά με join query σε SQL,
Ενωση Πινάκων (Join)

Computer science (abbreviated CS or CompSci) is the scientific and practical approach to computation and its applications. It is the systematic study of the feasibility, structure, expression, and mechanization of the methodical processes (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to information, whether such information is encoded in bits and bytes in a computer memory or transcribed engines and protein structures in a human cell.source:http://en.wikipedia.org/wiki/Computer_science