|
-
Apr 12th, 2002, 12:31 PM
#1
Thread Starter
Junior Member
Calendar, database or other?
I`m creating a calendar as well as a address book for my project. now what i can`t decide is whether or not i should use a database with access for my calendar. It would make loading and saving easier since i am uncompfertable wiht many of hte other ways i know how. I`m just curious if anyone forsees in problems with it
i was going to use the date feild as the primary key,
the date would be changed into my own format thought.. my original thought was calendar1.day + (calendar1.month*100) so
eg. jan. 1 whoudl be 101
and so on...
so my question is, is their a problem with doing this i dont` see, or does anyone know an easier way to change the date into an exseptable format?
Thanks
e=2.718281828459045235360287471352662497757247093699959574
-
Apr 12th, 2002, 12:41 PM
#2
Calendar as database. OK
Your own format. Not OK. Confusing.
What exact problem do YOU see with using the normal form for the date?
-
Apr 12th, 2002, 12:45 PM
#3
In addition to mendhak's question, I'd like to know what you consider to be an "exseptable format"?
-
Apr 12th, 2002, 12:46 PM
#4
Thread Starter
Junior Member
i dont`know
to be honest that thought never crossed my mine.. like dd/mm/yy?

arh.. sometimes i don`t think of the obvious
thanks
e=2.718281828459045235360287471352662497757247093699959574
-
Apr 12th, 2002, 12:49 PM
#5
-
Apr 12th, 2002, 12:57 PM
#6
Originally posted by French_gal
to be honest that thought never crossed my mine.. like dd/mm/yy
Ok. Cool. Then VB's Format Command would probably handle the job nicely.
How will you be storing your dates in the Db table? This is important, because you will be getting them out, the same way you put them in. So, in order to use the Format command, we need to know what format they are in before putting them in the mm/dd/yyyy format.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|