On Apr 9, 7:20 am, Kevin Hoctor <[email protected]> wrote: > Lance, > > You can't post attachments to this user forum. >
Actually, it looks like attachments do show up on the web but I noticed in the email it just pastes the content of the email at the bottom of the message (under the footer) where most people would probably miss it. Here is the SQL I'm using for anyone who didn't get the attachment: select sum(zt.zamount) from ztransaction as zt,zaccount as za where zt.zaccount = za.z_pk and za.zname = "Checking" and zt.zdate >= (select zdatein from zrollover where zisinitialrollover = 1) and (zt.ziscleared = 1 or zt.zisreconciled = 1 or zt.zissplitchild =1) and zt.zispending = 0; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "No Thirst Software User Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/no-thirst-software?hl=en -~----------~----~----~----~------~----~------~--~---
