Dear Forum,
I took an Access class last year but haven't used it much since and I am starting on memory loss at a young age...
I am working on a booking system (I don't want any of the softwares I have seen online).
Ideally, people will select a date(1) in the first textbox, and a date(2) in the second textbox. I would then like to see a grid numbered 1 to 31 with the backcolor of the dates selected in another color.
I can do the second part with a function in vb, but I can't find the function that would display all the numbers between the two dates chosen:
For example:
If person choses "5" and "10", I need to see "5" "6" "7" "8" "9" "10" (I would also be happy with "5" "6" "7" "8" "9", whitout the last number)
Any idea?
Many thanks in advance for your time