MY issue is I have a form where I have data to be entered as well as a drop down list box with all the Sunday dates of the current year. Weekly for each record created the User will enter information on the form and select a Sunday Date from the drop list down box. This is always the past Sunday's date. So the User will repeat the step of going to the list box scrolling though it and selecting the same date in the box for many records. This is not very efficient. The date to be selected only changes when data is entered the next week.
I would like to have the User just select the date once and not have to select it again for the next and ensuing new records on the form. There could be dozens of records or more.
I thought the Solution might be to have a separate form and query where the User selects and sets the Current Sunday date. If I do that how do I get that date into the form so it will be used and updates the forms underlying table.
Or is there another and better way? I'm kind of self taught with Access so probably went about it the wrong way.
I hope this made sense when I explained my predicament.