I heard that when entering a new record in a table, MS
Access stores the date created. How do i get the date
created or modified of a record?
Regards,
shailen
I'm afraid you heard wrong. The only way you can save a date with each
record, is to put it there yourself.
You can do this by adding a textbox to each form, and setting its Visible
property to NO. Then set its DefaultValue property to
=Date()
(including the equals sign).
Graham R Seach
Microsoft Access MVP
Sydney, Australia