R
ronny.ziegner
Hallo,
I tried to update a connected SQL Server Table (with ODBC) in Access 2003.
Like this --> I need the last day of the month in this table.
UPDATE tblTime
SET
Extra = DATESERIAL(DATEPART(('yyyy',Timestamp),DATEPART('m',Timestamp) + 1
,0);
But MS Access 2003 hangs up... with critical error and restarts..
Does anyone have a workaround or a solution for this problem?
Thanks..
I tried to update a connected SQL Server Table (with ODBC) in Access 2003.
Like this --> I need the last day of the month in this table.
UPDATE tblTime
SET
Extra = DATESERIAL(DATEPART(('yyyy',Timestamp),DATEPART('m',Timestamp) + 1
,0);
But MS Access 2003 hangs up... with critical error and restarts..
Does anyone have a workaround or a solution for this problem?
Thanks..