Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Result of Same Query to a Foxpro Linked Table Vary everytime

Status
Not open for further replies.

ahsan69

Programmer
Mar 16, 2001
5
CA
Hi all,

My Access database is linked to a foxpro dbf file and recently, I am coming across a weired problem. when I run the following query, each time I get a different result:

select sum(iif(tcat='F',tprice,0)) from treat where
year(date) = 2003 and month(date) = 5

your help to this will be greatly appreciated.

Thanks

Ahsan
Burlington, ON
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top