G
Guest
I would like to select records that are valid based on todays date. In this case the records startdate and enddate need to be between todays date
My table has 2 fields stardate and enddate yyyymmdd format as the datatype is long int
An example would be if todays date is 24-05-04 it would return records where 20040524 is between the start and end dates
John H
My table has 2 fields stardate and enddate yyyymmdd format as the datatype is long int
An example would be if todays date is 24-05-04 it would return records where 20040524 is between the start and end dates
John H