good day, is there a way to put date values in a variable, that is coming fromo the database?
something like
dim dates as dates
(select * from table1 where id = id )
dates = date BETWEEN collumn1 and collumn2 of table1
well its not working of course, its just im looking for something like that,,
i want to store dates in between that two collumn in a variable, is it posible?
any help ?