B
BladeCanyon via AccessMonster.com
Hi all,
I have an append query that appends records such as the following:
EID IDate ITypeID IHours
00001 3/2/2009 11 8
00001 3/2/2009 11 -8
00001 3/2/2009 13 8
(yes, some "dunce" incorrectly entered records in the Enterprise application)
I have eliminated the ability to import duplicate records from the table but
then I do not get the correct record ( the third record above with type ID 13)
because I have based it on idate and EIDand it takes the first record it
comes to. I want the query to calculate the hours of the typeID and if the
value is zero, ignore it. The records are coming from an excel spreadsheet as
a linked table.
if I change the table index to include the type id to eliminate duplicates I
get the following:
EID IDate ITypeID IHours
00001 3/2/2009 13 8
00001 3/2/2009 11 8
Any suggestions?
thanks in advance
BC
I have an append query that appends records such as the following:
EID IDate ITypeID IHours
00001 3/2/2009 11 8
00001 3/2/2009 11 -8
00001 3/2/2009 13 8
(yes, some "dunce" incorrectly entered records in the Enterprise application)
I have eliminated the ability to import duplicate records from the table but
then I do not get the correct record ( the third record above with type ID 13)
because I have based it on idate and EIDand it takes the first record it
comes to. I want the query to calculate the hours of the typeID and if the
value is zero, ignore it. The records are coming from an excel spreadsheet as
a linked table.
if I change the table index to include the type id to eliminate duplicates I
get the following:
EID IDate ITypeID IHours
00001 3/2/2009 13 8
00001 3/2/2009 11 8
Any suggestions?
thanks in advance
BC