Oct 15, 2003 #1 elaineva Programmer Nov 14, 2002 35 US Can a text field be converted to a date field? I would need to do this in the query - not change the field type in the table. Help please!
Can a text field be converted to a date field? I would need to do this in the query - not change the field type in the table. Help please!
Oct 15, 2003 #2 KenReay Programmer Aug 15, 2002 5,424 GB Hi X:CDate(txtDate) Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK Upvote 0 Downvote
Hi X:CDate(txtDate) Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK
Oct 15, 2003 Thread starter #3 elaineva Programmer Nov 14, 2002 35 US Thanks Ken Not having any luck with this - get #error in the field - not sure what I'm doing wrong.... nudate:cdate([date_dlv]) date_dlv is the text field I want to convert to a date field. Upvote 0 Downvote
Thanks Ken Not having any luck with this - get #error in the field - not sure what I'm doing wrong.... nudate:cdate([date_dlv]) date_dlv is the text field I want to convert to a date field.
Oct 15, 2003 Thread starter #4 elaineva Programmer Nov 14, 2002 35 US got it working - thanks. Upvote 0 Downvote