Link Table Default Value
Hi,I am using multi-user environment using MS Access 2007 Data Base using linked table. My problem is that I have a column in my database had default value = Now() to save the transaction time.I am...
View ArticleLink Table Default Value
You can return the current Coordinated Universal Time value by calling the Windows API GetSystemTime function using the following module. ' basUTC module ' returns current date/time as UTC...
View ArticleLink Table Default Value
Hi Ken,Thank you for your reply.Just I want to clarify something , that I am not implementing the system regional wise , all the user are located in the same premises.The problem is that some times...
View ArticleLink Table Default Value
>>If I use the function you mentioned above , Will it work for me?<<AFAICS, no since the Coordinated Universal Times of different PCs are still different by 1-2 minutes.In most networks,...
View ArticleLink Table Default Value
If I use the function you mentioned above , Will it work for me? No, as Vin Dinh says, UTC is derived from the machine's local time, offsetting this depending on the locale. If I call both in the...
View Article