NeilBelgium
IS-IT--Management
i have a questionnaire application, which someone helped me to develop.
i need to amend so that the person can vote for themselves.
i think this may mean that if the username is the same as the person selected to vote for, then no can do.
the whole line reads:
rsListing.Source = "SELECT U_FIRST + ' ' + U_LAST AS NAME, MGR_DIR FROM HAVE_VOTED, USERS WHERE MGR_DIR = U_ID AND VOTERS NOT LIKE '%" + Replace(rsListing__varUser, "'", "''"
+ "%'"
am I correct?
thanks, neil
i need to amend so that the person can vote for themselves.
i think this may mean that if the username is the same as the person selected to vote for, then no can do.
the whole line reads:
rsListing.Source = "SELECT U_FIRST + ' ' + U_LAST AS NAME, MGR_DIR FROM HAVE_VOTED, USERS WHERE MGR_DIR = U_ID AND VOTERS NOT LIKE '%" + Replace(rsListing__varUser, "'", "''"

am I correct?
thanks, neil