B
BZeyger
Hello,
I have a form that contains 3 text boxes.
txtVal1
txtVal2
txtValOf1Through2
txtVal1 is a start date
txtVal2 is an end date
txtValOf1Through2 is the date range between txtVal1 and txtVal2
I would like to have the txtValOf1Through2 textbox to display the values
between the start and end date.
If i input:
=[start] & " - " & [end]
it does not see the values data in between. I would like to use the gathered
information in a piviot table.
Thanks for your time
I have a form that contains 3 text boxes.
txtVal1
txtVal2
txtValOf1Through2
txtVal1 is a start date
txtVal2 is an end date
txtValOf1Through2 is the date range between txtVal1 and txtVal2
I would like to have the txtValOf1Through2 textbox to display the values
between the start and end date.
If i input:
=[start] & " - " & [end]
it does not see the values data in between. I would like to use the gathered
information in a piviot table.
Thanks for your time