What I've done is created a Table with all the information I want to store in it, 1 Column has a formula on it (dateadd(day,15,convert(char(10),getdate(),101))) so this column is populated when a new record is added. Now I want to query this record against the servers date and put the date difference on a label in my application. So the above puts a date in that is 15 days from the date the record was added, I want to display this in my application. I don't want to compare the date against the client date in case the date on the client PC is incorrect.