Hi,
I made a small Access DB that has a Date field in it (DUEDATE). The DB is used for demonstration purposes to show current orders.
I need a function that would randomly update the orders due date in the table (orders). I would like to input a starting date and a range (30,60, Etc.) in a text box and have the function randomly create dates based on the start date and within the range input. If the DUEDATE column is empty or has another date should not matter.
Thanks in advance