I have a form for entering/adding data to a client table. One field I need is a date stamp for when the client record was created/added. So, have a field called DateStamp in the table and when the user clicks to add a new client, the current date is updated in a DBDateEdit which is read-only for the user. The problem I have is can't find documentation on all these little components.
I have this working correctly just adding an AfterInsert procedure and just updating the DBDateEdit for the date field in the table with the current date. But, the DBDateEdit defaults to 12/30/1899 before you even attempt to add a record. The DateFormat isn't documented so that you can store dd mmm. yyyy. But, can live without that, but how do I get rid of this 12/30/1899 showing before you add/insert?