D
Dkline
I just did an upsizing to SQL Server 2000. In the MDB file I had this query:
APSStatus:
IIf(IsNull(qryAPSIncompleteCount.CountOfAPSStatus),0,qryAPSIncompleteCount.CountOfAPSStatus)
This did not survive the upsizing. This was in a relatively small databasee
serving as a pilot project before the real deal. For example, on the server
IsNull has two arguments.
The real deal will involve many IIFs. If the upsizing can't handle an IIF,
what should I do to prepare to restore or rebuild all of those expressions?
Is there a road map somehwere on upsizing? Book? Website?
APSStatus:
IIf(IsNull(qryAPSIncompleteCount.CountOfAPSStatus),0,qryAPSIncompleteCount.CountOfAPSStatus)
This did not survive the upsizing. This was in a relatively small databasee
serving as a pilot project before the real deal. For example, on the server
IsNull has two arguments.
The real deal will involve many IIFs. If the upsizing can't handle an IIF,
what should I do to prepare to restore or rebuild all of those expressions?
Is there a road map somehwere on upsizing? Book? Website?