Charlie,
Check to make sure that column is NOT computed!
Looks like the meditdatetime is already computed column.
And, you CANNOT update any computed column using UPDATE
command.
Very Best Regards,
Razzak.
At 04:00 AM 12/23/2002 -0600, Charlie Parks wrote:
When I get to this line of code in a macro
UPDATE recentqimenu SET meditdatetime = (DATETIME(.#DATE,.#TIME)) +
WHERE stfmbr = .vuser AND primarymacro = 'qimac\cleanmn.mac'
it gives an error message, "Unauthorized access to the table ...' I have
confirmed that access rights have been set up for this table.
What else do I need to do?
Thanks,
Charlie