Hello All
I have hopefully a simple question that someone can help me out with. I've created an MDB. That has several VB functions involving the Date() command. They seem to be working fine on Windows NT and Win 2k. They are however blowing up on Win 98 machines.
For what its worth all the References are exactly the same cross all platforms.
Sample Codes that Blow Up on Win 98. Also tried as Date and Date()
Me.LastModifiedDate.Value = Date
and this one is a SQL statement in the Report Query Builder
TurnAround: IIf([usystblPEL50]![Status]="Open","OPEN " & Date()-[usystblPEL50]![DateInitiated],[usystblPEL50]![DateClosed]-[usystblPEL50]![DateInitiated])
Thanks for any suggestions.
-eric
I have hopefully a simple question that someone can help me out with. I've created an MDB. That has several VB functions involving the Date() command. They seem to be working fine on Windows NT and Win 2k. They are however blowing up on Win 98 machines.
For what its worth all the References are exactly the same cross all platforms.
Sample Codes that Blow Up on Win 98. Also tried as Date and Date()
Me.LastModifiedDate.Value = Date
and this one is a SQL statement in the Report Query Builder
TurnAround: IIf([usystblPEL50]![Status]="Open","OPEN " & Date()-[usystblPEL50]![DateInitiated],[usystblPEL50]![DateClosed]-[usystblPEL50]![DateInitiated])
Thanks for any suggestions.
-eric