I have an interesting little problem.
I have got a free text field in a SQL2000 database. The field, called time, is used to show an appointment time.
But - it is also used to show how long till the next appointment - i.e. 6 Months, 2 Years, 1 Week etc.
I want to show the appointment times for a set day (date is a seperate field) in the right order.
I think that I need a formula that says...
if date = a real date then DateValue(Date) else "UNK"
Can anyone tell what I should put in so that it tells me if it is a 'Real Date' or not.
Thanks
Vis.
I have got a free text field in a SQL2000 database. The field, called time, is used to show an appointment time.
But - it is also used to show how long till the next appointment - i.e. 6 Months, 2 Years, 1 Week etc.
I want to show the appointment times for a set day (date is a seperate field) in the right order.
I think that I need a formula that says...
if date = a real date then DateValue(Date) else "UNK"
Can anyone tell what I should put in so that it tells me if it is a 'Real Date' or not.
Thanks
Vis.