policechiefwiggum
Programmer
Hi All,
I'm trying to teach myself SQL & VBA.
i've built a database that i'm pretty happy with but i want to do 2 things that i just cant figure out.
1)i want to display just the year, but i want it to update automatically (as part of the copyright text i've added)i've tried
but this does nothing.
2) i have user logins and would like to have a clock on one of the forms, i've found a few clocks on the internet but cant figure out how to make them work.
can anyone give me some pointers?
cheers
I'm trying to teach myself SQL & VBA.
i've built a database that i'm pretty happy with but i want to do 2 things that i just cant figure out.
1)i want to display just the year, but i want it to update automatically (as part of the copyright text i've added)i've tried
Code:
tday = format(date, yyyy)
2) i have user logins and would like to have a clock on one of the forms, i've found a few clocks on the internet but cant figure out how to make them work.
can anyone give me some pointers?
cheers