Guest jamesklade Report post Posted 03/19/2006 09:56 PM Hi, I will like to know if evaluate expression will work with Access Database query result? example is: "$RV[GetUserRecord_2_1]"="$RV[AskUserPIN]" I am trying to verify that the PIN Code entered by a user is the same as the Pin code already retrieve from the Database. Is "$RV[GetUserRecord_2_1]"="$RV[AskUserPIN]" correct? Plz reply regards Share this post Link to post
SupportTeam Report post Posted 03/19/2006 10:04 PM Yes, it will. You can use any Result Variable in the Evaluate Expression module. What you describe is a basic PIN check against a database which is a very common thing in many scripts that need to check the PIN. You've already posted a similar question yesterday here: http://voiceguide.com/forums/index.php?showtopic=3849 If you are having problems I'd suggest you follow instructions given by us in that post... Share this post Link to post