Hi all,
I'll start with i have no idea what i'm doing.
I have a table that records the expiration date for each record. what i am looking for is a table or view or maybe something else that will calculate the days until the expiration date ( Date()-[ExpirationDate]) I can do this in access easy but i'm new to the SQL Server management studio and views and all that jazz.I don't know the correct functions in SQL and my VB know how is getting me confused.
will someone help me out in setting up a view that will when opened have the records and their days until expiration?
I have created a new view and added my tables but i'm stuck there will someone help? thanks
I'll start with i have no idea what i'm doing.
I have a table that records the expiration date for each record. what i am looking for is a table or view or maybe something else that will calculate the days until the expiration date ( Date()-[ExpirationDate]) I can do this in access easy but i'm new to the SQL Server management studio and views and all that jazz.I don't know the correct functions in SQL and my VB know how is getting me confused.
will someone help me out in setting up a view that will when opened have the records and their days until expiration?
I have created a new view and added my tables but i'm stuck there will someone help? thanks