Viewing 7 posts - 1 through 8 (of 8 total)
yup, that did the trick. The primary key was not set correctly.
Thanks to all for your help.
Have a great weekend.
April 18, 2008 at 1:31 pm
I think I might know what is happening. in this linked table, the primary key for the records are not disctinct in the records for each customer. However, when...
April 18, 2008 at 1:28 pm
Hi Matt,
thanks again for the help. I used the order by in access and the records are still different.
in access, the output is (e.g.):
name (field) balance (field)...
April 18, 2008 at 1:10 pm
Hello,
The order is the same in both SQL and MS access. The problem is that the data that I get out of the access query is incorrect. Specifically,...
April 18, 2008 at 12:56 pm
Hi Matt,
This is what I am using. You will have to excuse any lack of info as I am newer to using both access and sql:
in SQL query analyzer...
April 18, 2008 at 12:02 pm
Hi,
Member is a table that I have linked from the SQL odbc database.
there are negative number in the rows (this I do not have an issue with).
I...
April 18, 2008 at 11:30 am
thought I should add this info:
When I query Acces with Sum Of balance: Sum(Abs([member].balance))
The balance is equal to what it should be, that is, what it is in the SQL...
April 18, 2008 at 10:07 am
Viewing 7 posts - 1 through 8 (of 8 total)