|
kwfields -> RE: how to NOT show records that are over 1 month old?? (11/17/2005 9:45:12)
|
quote:
fp_sQry="SELECT * FROM JobStat WHERE (CustID = "&Session("Userid") &") and (shipdate >= #" &DateAdd("d",-30,Date()) & "#)" That works!! Thanks, I was really close to what you came up with reading the MSDN, I am one of those guys who have to have knowledge beat into him but once learned it is there forever[:D] Could you explain the "#" ?? what does it do or mean?? May be a dumb question but I just dont understand that portion of the code. Thanks, Ken
|
|
|
|