Log in

View Full Version : Simple IF Statement


bobstandly
Dec 24, 2008, 02:27 AM
Dear All,

Please help in solving the below query.
I have 5 text box-a,b,c,d,e,f

Now the case is that a<=b<=c<=d<=e<=f.

Please help me to write an If statement as all the above criteria should be statisfied before saving the record.

HTH
Dec 24, 2008, 03:24 AM
Hi,

I have 2 question:

1. Which languages are you using? VB or VB.NET?
2. What are the intended values in these text boxes? String or int 32 bit, int 16 bit, etc?

Thanks

HTH

TheCodeCageTeam
Jan 15, 2009, 06:00 PM
It sounds like you are using MS Access, is this correct?
Dear All,

Please help in solving the below query.
i have 5 text box-a,b,c,d,e,f

Now the case is that a<=b<=c<=d<=e<=f.

Please help me to write an If statement as all the above criterias should be statisfied before saving the record.