I have three tables, each populated from its own CSV file and its own DTS package. Two of the three tables, however, didn't appear to load with the same number of records as exist in their respective CSV source files. For example, one CSV file has 10753 rows, but when I opened the table in the front end, it only showed 10000 rows. When I checked the table through EM, it showed all 10753. I started scratching my head and writing queries. I get different results when I query through Access versus through EM. If I do a simply count(*) in Access, it tells me it only finds 10000 rows, but when I group by a certain field, including a count for each and add the values together myself, I come up with the correct number of 10753.
Any idea what's going on? I've been told it's not a good idea to do any development through the front end, but until now I've not had any serious problems. I'm also concerned the results of my queries against these tables may not be correct. Thoughts?
Any idea what's going on? I've been told it's not a good idea to do any development through the front end, but until now I've not had any serious problems. I'm also concerned the results of my queries against these tables may not be correct. Thoughts?