Quote:
|
I would like to have the standard three separate drop downs for day, month, year - but I'm having trouble thinking - would these have to be all separate values inserting into separate columns in my user table in my database?
|
No. After proper validation of the values from the drop-downs, just concatenate them to form the required date format.
Quote:
How would I merge them all together so they'd fit into my one DOB column?
Should my Access database field be a 'date' type, or just a regular text?
|
It should be a
date type.