M
Matt Spoljarevic
Hello
I have created a Continuous Form to give a list of invoices and total them
in the form footer
On the form header I have created 2 unbound Control Boxes to enter a start
and finish Invoice number, so I can enter an Invoice number range to be
shown on the form. (both of these refresh after update)
The Data of the form is based on a Query (within the “record source†of the
form properties) and has 2 linked tables being “Job Details†and “invoice
Item detailsâ€
I have set the criteria of the Invoice number within the Query as
Between [Forms]![Invoice Totals]![invstart] And
[Forms]![Invoice Totals]![invfinish]
But this is returning a blank result.
Could someone please help, and tell what I am doing wrong, I have been
trying to resolve this for days but I just can’t see what the problem is?
Thank you in advance
Regards
Matt
I have created a Continuous Form to give a list of invoices and total them
in the form footer
On the form header I have created 2 unbound Control Boxes to enter a start
and finish Invoice number, so I can enter an Invoice number range to be
shown on the form. (both of these refresh after update)
The Data of the form is based on a Query (within the “record source†of the
form properties) and has 2 linked tables being “Job Details†and “invoice
Item detailsâ€
I have set the criteria of the Invoice number within the Query as
Between [Forms]![Invoice Totals]![invstart] And
[Forms]![Invoice Totals]![invfinish]
But this is returning a blank result.
Could someone please help, and tell what I am doing wrong, I have been
trying to resolve this for days but I just can’t see what the problem is?
Thank you in advance
Regards
Matt