W
Wahab
Hi everybody
pls help me solve the simple thing:
I have record set which extract number of invoices for the given period,
from those invoice numbers I wnat to findout lowest and highest number of
invoce. My record set is like this:
Set rst = CurrentDb.OpenRecordset("SELECT * FROM Invoices WHERE Date
Between # " & Format(BeginningDate, "mm/dd/yy") & " # and # " &
Format(EndingDate, "mm/dd/yy") & " # and SalesCode = 1 ORDER BY InvoiceNo ")
I want to get result in StartNo and EndNo Field
Thanks in advance
pls help me solve the simple thing:
I have record set which extract number of invoices for the given period,
from those invoice numbers I wnat to findout lowest and highest number of
invoce. My record set is like this:
Set rst = CurrentDb.OpenRecordset("SELECT * FROM Invoices WHERE Date
Between # " & Format(BeginningDate, "mm/dd/yy") & " # and # " &
Format(EndingDate, "mm/dd/yy") & " # and SalesCode = 1 ORDER BY InvoiceNo ")
I want to get result in StartNo and EndNo Field
Thanks in advance