rob.low
Access Nutter
- Local time
- Yesterday, 23:58
- Joined
- Dec 27, 2007
- Messages
- 96
hi all.
Wonder if some on can have a look at what I'm trying to do and point me in the right direction?
what i have is a form with 2 unbound text boxes both containing a date and what i need is if the dates both match then do one thing and if they don't match do something else.
IE:
if textbox1.value matches textbox2.value then
open form1
else
open form2
(both text box values are short dates)
thanks for your help on this
rob
Wonder if some on can have a look at what I'm trying to do and point me in the right direction?
what i have is a form with 2 unbound text boxes both containing a date and what i need is if the dates both match then do one thing and if they don't match do something else.
IE:
if textbox1.value matches textbox2.value then
open form1
else
open form2
(both text box values are short dates)
thanks for your help on this
rob