Re: date and time from two different inputs query a single datetime field

2012-05-10 Thread Bobby
#createOBDCDateTime(form.xdate_use & ' ' & form.xtime)# On 5/10/12 9:50 PM, "Les Mizzell" wrote: > > ex: 05/31/2012 > ex: 3:31 PM > >Given the values used as examples for the fields above, exactly how >would I go about querying a datetime stamp field (SQL Server) to find >all records dates on

RE: date and time from two different inputs query a single datetime field

2012-05-10 Thread andy matthews
Give the fields the same name. In most languages that results in a commadelimited value which you could then strip out. You could also just concatenate them together in your queryparam: -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent: Thursday, May 10, 2012