M
Min
Hi, the following query returns an error:
Select Top 1 ItemNumber from Invoice Where InvoiceID isnull Order by
ItemNumber
What I am going to check is if the InvoiceID has been assigned to this
record (text field) .
I test Len(InvoiceID) < 1, Invoice isnull, ... but all failed.
If I use "InvoiceID = nothing" ro "InvoiceID = empty", the query will ask me
to input a parameter. But no mater what value I input, it always gives no
record.
What's the correct query? I am using ADODB in MS Access 2000.
Thanks!
Select Top 1 ItemNumber from Invoice Where InvoiceID isnull Order by
ItemNumber
What I am going to check is if the InvoiceID has been assigned to this
record (text field) .
I test Len(InvoiceID) < 1, Invoice isnull, ... but all failed.
If I use "InvoiceID = nothing" ro "InvoiceID = empty", the query will ask me
to input a parameter. But no mater what value I input, it always gives no
record.
What's the correct query? I am using ADODB in MS Access 2000.
Thanks!