Hi, Had to get back. It works fine but now I have a problem with the database and inputting the date. I changed the field to a date and time field and it threw up problems. It works fine if there is a date to submit but if left blank it throws up type mismatch. I have the date field as "not required" so not sure why this might be. Tried many tinkerings to no avail.
The form field is like this
- Response.Write "<input type=""text"" name=""PDimageninemedium"" value=""" & objGetPersonalProfileOnEdit("PDimageninemedium") & """ size=""30"" maxlength=""30"">"
and I just wonder if I need to add something to show its a date being entered as 1. when I had the database field as a text field it worked fine.
2. if I cut the time of the end of the date its fine but if I cut some of the date itself it throws up the same error again.
Thank makes me think its a database thing but the field is set at not required so bit at a loss.
Any ideas would be great
Thanks
Richard