Hi specialists,
I have a small table (jaren) with different seasons like 2012-2013, 2013-2014, 2014-2015, ...
I use this table for a combobox in a small form to set the parameters in a query. I open the form, select the season I want and then I click a button to open the report.
works perfectly
I have a small table (jaren) with different seasons like 2012-2013, 2013-2014, 2014-2015, ...
I use this table for a combobox in a small form to set the parameters in a query. I open the form, select the season I want and then I click a button to open the report.
works perfectly
.
My question if it's possible ...
I would like to generate a new record in that table every 1st of september because e
My question if it's possible ...
I would like to generate a new record in that table every 1st of september because e
very season begins 1st of september.
So this year it would be 2018-2019
And the next time I open the database after 09/01 Access should not create the record because it's already there.
Now I have to create the new season myself, no problem of course, but it would be great if it goes automatically.
Is this possible? With VBA?
Thanks
Greetz
Pascal
So this year it would be 2018-2019
And the next time I open the database after 09/01 Access should not create the record because it's already there.
Now I have to create the new season myself, no problem of course, but it would be great if it goes automatically.
Is this possible? With VBA?
Thanks
Greetz
Pascal