hello people!
i need some help in making a date in date out in my program and it really gives me a "real-time" headache. the problem is, it is possible to put some warning if for example the "client" has already overstayed it accomodations. and i really have no idea on how
to do it.
thanks to all that will help. ^_^
here is what i'ved got so far
private sub cmdOK_Click()
lblDIn.caption = now
lblDOut.caption = now + Val(text1.text)
end sub
ThugLine ^_^