M
MarkusJohn
Hello friends,
I have in my Access DB a table where I store time constraints.
There is one field where I enter just the current month (=10)
When executing a macro I produce with that several files that should
contain in the name the current month.
At present I have created in the "Sub Function" a constant (Const
Monat As String = "10") that I use.
How can I link the value from the above mentioned table with my
constant declaration?
Table Name is Date and the field is called CurrentMonth (DT number)
Thanks for your support!
markus
I have in my Access DB a table where I store time constraints.
There is one field where I enter just the current month (=10)
When executing a macro I produce with that several files that should
contain in the name the current month.
At present I have created in the "Sub Function" a constant (Const
Monat As String = "10") that I use.
How can I link the value from the above mentioned table with my
constant declaration?
Table Name is Date and the field is called CurrentMonth (DT number)
Thanks for your support!
markus