does anyone know a method of adding time to a specific date?
the data base has a date received box where users enter the date they received there question
what i want is a query or method that adds the time they entered the date to the end of the string automatically
at the moment ie been playing on with an update query to use the value entered in text 0 + the time as follows
Forms!Form1!Text0 And Time()
but it doesnt work i keep getting the value in the table as 29/12/1899 00:00
ive tried using
Forms!Form1!Text0 & Time()
but then i get a type conversion error but i cant undertand why as the formats all match
i cant use a simple Now() or Today() as the date recieved isnt nessesarily the date the db is filled in
any help would be appreciated
Thanks
the data base has a date received box where users enter the date they received there question
what i want is a query or method that adds the time they entered the date to the end of the string automatically
at the moment ie been playing on with an update query to use the value entered in text 0 + the time as follows
Forms!Form1!Text0 And Time()
but it doesnt work i keep getting the value in the table as 29/12/1899 00:00
ive tried using
Forms!Form1!Text0 & Time()
but then i get a type conversion error but i cant undertand why as the formats all match
i cant use a simple Now() or Today() as the date recieved isnt nessesarily the date the db is filled in
any help would be appreciated
Thanks