I have a form where people can enter a date or pick from the calendar. dd/mm/yyyy. However, there will be times where we do not know the day or month so people will only want to enter the year. This field will not allow this. The solution seems to be to create another field for year only. This seems messy as I will need to be aware that this data could be in either field and any reports I do will need to check both date fields. Is there a better way of doing this? I could get rid of date field all together and have 2 separate fields for date, month year but that then makes calculations difficult.
↧