I need to modify a form which uses a single date entry to a date range and populate the table with all dates between those dates.
Multiple date entries into table using date range for employee list
Collapse
X
-
Tags: None
-
viveknarayan1,
Welcome to Bytes!
Before anyone here can give you any type of useful response, we will need to know much more about what you are trying to do, how you have your tables/forms designed and any additional details about what is going on.
It is also helpful for us to see what you have tried so far--this helps us understand what might not be working correctly and guide you in a better/different direction.
Hope this hepps! -
viveknarayan1
Do you mean....
You want a form that you can enter a start and an end date.
You then want that form to make record entries into a table for the start date, each date between the start and end dates, and the end date. Either during the record creation, or afterward, fill in a field with those dates?
What have you tried to accomplish this task?
Do you have any code?
Did you inherit this database and now need to add functionality to it that wasn't previously provided?Comment
Comment