M mcdhappy80 Registered User. Local time Today, 20:24 Joined Jun 22, 2009 Messages 347 Oct 5, 2011 #1 I wanna create a time stamp field in accdb database. Which datatype for the field and default value should I use? Thank You.
I wanna create a time stamp field in accdb database. Which datatype for the field and default value should I use? Thank You.
boblarson Smeghead Local time Today, 11:24 Joined Jan 12, 2001 Messages 32,059 Oct 5, 2011 #2 Use DATE/TIME datatype and Now() for the default value.
M mcdhappy80 Registered User. Local time Today, 20:24 Joined Jun 22, 2009 Messages 347 Oct 8, 2011 #3 I thought so, but wanted to check with the pro just in case Thank You Bob