ChipR,
Good news i have figured the radio button issues out with some SQL and some VBA functions.
Thanks for you support.
I am still trying to diaplay all macthing types in the list box (Username Matches....) to the names i insert in the username combo box.
any ideas? please see below for the names of each object .
What i am trying to to is one a user selects active / inactive or All, they then proceed to typing in a username in the combo box called 'cbonames' as they start typing a list of all corresponding usernames in the users table (users) appears in the list box called 'lboxusernames'
once name found there should only be 1 entry in 'lboxusernames' and i want the user to click on that name to have it displayed in the 'cbonames' field.
i also require the updating of data if i was to delete a name in the cbonmaes field and start typing fresh the names should disappear from the boxusernames field and update with new chrecters im placing in, requery???
any thoughts or ideas would be great!
Thanks again ChipR
** Admin Edit - This post hijacked thread Access 2003 - forms and radio buttons **
Good news i have figured the radio button issues out with some SQL and some VBA functions.
Thanks for you support.
I am still trying to diaplay all macthing types in the list box (Username Matches....) to the names i insert in the username combo box.
any ideas? please see below for the names of each object .
What i am trying to to is one a user selects active / inactive or All, they then proceed to typing in a username in the combo box called 'cbonames' as they start typing a list of all corresponding usernames in the users table (users) appears in the list box called 'lboxusernames'
once name found there should only be 1 entry in 'lboxusernames' and i want the user to click on that name to have it displayed in the 'cbonames' field.
i also require the updating of data if i was to delete a name in the cbonmaes field and start typing fresh the names should disappear from the boxusernames field and update with new chrecters im placing in, requery???
any thoughts or ideas would be great!
Thanks again ChipR
** Admin Edit - This post hijacked thread Access 2003 - forms and radio buttons **
Comment