G
Guest
I have a DB with multiple fields, that manage help calls.
One of the fields is CallDate.
In my form I have "From_Label" & "To_Lable" text boxes.
I want to sort the help calls between this dates.
for example, I want to get a list of all calls enterd to the DB from the
10/01/04
("From_Lable") to the 11/01/04 ("To_Lable").
I tried to use:
Between &[From_Label] And &[To_Label]
But I get an error saying " can't find the macro 'Between &[From_....' ".
Any ideas?
Thanks
One of the fields is CallDate.
In my form I have "From_Label" & "To_Lable" text boxes.
I want to sort the help calls between this dates.
for example, I want to get a list of all calls enterd to the DB from the
10/01/04
("From_Lable") to the 11/01/04 ("To_Lable").
I tried to use:
Between &[From_Label] And &[To_Label]
But I get an error saying " can't find the macro 'Between &[From_....' ".
Any ideas?
Thanks