Hi, I am using a form [data_collect] to collect the data on starting date in my database. The text box is named start_date and I use "short date" format for it. When I then run a query that for instance includes a column end_date: Forms![data_collect]![start-date] +5 the results are transformed into number format. If I use Format() function, the result is displayed as date, but is not recognised as date further on so I cant rely on it. Does anyone know how to address this problem? Thanks in advance