R
Rick Palmer
Hello all,
I have a function I have written that gets Invoices by a date range. It
looks something like this:
GetInvoicesbyDateRange(ByVal LBound as Date, ByVal UBound as Date, ByVal
CompareTo as ????) as integer
The ???? is where I have a problem. When I am using this function in code,
when I get to the CompareTo field, I want it to pop up intellisense giving
me the following choices of which date in the invoice to use for the
comparison:
CompareTo.EffectiveDate
CompareTo.InvoiceDate
CompareTo.LatterOfInvoiceandEffectiveDates
....like it does when you get to the "Buttons" field in the MsgBox function.
Anyone know how to do this??????
Thanks!
-rp
I have a function I have written that gets Invoices by a date range. It
looks something like this:
GetInvoicesbyDateRange(ByVal LBound as Date, ByVal UBound as Date, ByVal
CompareTo as ????) as integer
The ???? is where I have a problem. When I am using this function in code,
when I get to the CompareTo field, I want it to pop up intellisense giving
me the following choices of which date in the invoice to use for the
comparison:
CompareTo.EffectiveDate
CompareTo.InvoiceDate
CompareTo.LatterOfInvoiceandEffectiveDates
....like it does when you get to the "Buttons" field in the MsgBox function.
Anyone know how to do this??????
Thanks!
-rp