How can i calculate tomorrows date automatically?

T

Tecki

Hi All, I'd like to find out something. I use a database where there's a
different schedule everyday and the schedules are entered manually.

However, I'd like if the next days' date was automatically filled in on a
new form whenever I have to enter a new schedule. Could u give me the "code"
in order to do it?

I hope I have explained well enough. Thanks for any and all help.
 
K

kabaka

Hi All, I'd like to find out something. I use a database where there's a
different schedule everyday and the schedules are entered manually.

However, I'd like if the next days' date was automatically filled in on a
new form whenever I have to enter a new schedule. Could u give me the "code"
in order to do it?

I hope I have explained well enough. Thanks for any and all help.
 
T

Tecki

Thanks Kabaka!!!

I have another question, this database is a yearly database, so I have to
get the 2006 one ready. How can I have the same automatically filled in dates
when Jan 1st, 2006 hasn't come yet? Any idea of the code for that one?
 
K

kabaka

If I understand what you are saying it shouldn't matter. If it is Dec 31st
2005 then the text box with the default =Date()+1 will display Jan 1 2006.
If it is Jan 2 it will display Jan 3.

Or maybe I'm not understanding what you are asking.
 
Top