Hello
I am creating resume builder database, now in that in the resume table I have created a field called "Certifications" which is type of text and user can enter any number of certifications. I also created one form that is bound resume table based query and allowing user to enter the data.
Certification is free text field on the form and can enter any number of certifications. Below is the way user can type in.
Certification 1
Certification 2
........
...........
.............
User generally enters the certification by hitting enter key.
Now I have developed one form wherein I have created list box which refers all the certifications entered by users ( remember one record can query N number of certifications ) but it gives top first certifications per record in listbox, what I want is to show all certification records of all records. I have bound the list box row source to the resume table.
Please assist.
I am creating resume builder database, now in that in the resume table I have created a field called "Certifications" which is type of text and user can enter any number of certifications. I also created one form that is bound resume table based query and allowing user to enter the data.
Certification is free text field on the form and can enter any number of certifications. Below is the way user can type in.
Certification 1
Certification 2
........
...........
.............
User generally enters the certification by hitting enter key.
Now I have developed one form wherein I have created list box which refers all the certifications entered by users ( remember one record can query N number of certifications ) but it gives top first certifications per record in listbox, what I want is to show all certification records of all records. I have bound the list box row source to the resume table.
Please assist.