hi,
all
I m trying to make form which filters my records and generates a report
here's where I am
but this doesn't work I would like to show all records if textbox 6 is null and textbox8 is null
this part of code works perfect but below but I'm struggling to get the between in with the code
the code is in report record source
thanks in advance
shane
all
I m trying to make form which filters my records and generates a report
here's where I am
Code:
Like "*" Or Between [Forms]![Form1]![Text6] And [Forms]![Form1]![Text8] & "*"
but this doesn't work I would like to show all records if textbox 6 is null and textbox8 is null
this part of code works perfect but below but I'm struggling to get the between in with the code
Code:
Like "*" & [Forms]![Form1]![Text6] & "*"
the code is in report record source
thanks in advance
shane