listbox
-
:) hi,i have a program to simply add,modify,delete records n display reports for this records. i have a lstbx in add form n also in modify form.the latter has adodc to navigate thru the added records, meanwhile, lstbox in modify form only returns blank when its supposed to show what is added in the lstbx in add form...even though records r adding fine to the appropriate fields in the database. does lstbx work well with adodc or am i missing out on some coding? below is an illustration of what my program is designed to do...luks like its not completing the transition from database to frmModify!!:confused: any help/guidance is gr8ly welcome! frmAdd: (lstAttach) file1 file2 file3 db1: tbl1(Attachment field) file1;file2;file3 frmModify: (lstAttach) file1 file2 file3
-
:) hi,i have a program to simply add,modify,delete records n display reports for this records. i have a lstbx in add form n also in modify form.the latter has adodc to navigate thru the added records, meanwhile, lstbox in modify form only returns blank when its supposed to show what is added in the lstbx in add form...even though records r adding fine to the appropriate fields in the database. does lstbx work well with adodc or am i missing out on some coding? below is an illustration of what my program is designed to do...luks like its not completing the transition from database to frmModify!!:confused: any help/guidance is gr8ly welcome! frmAdd: (lstAttach) file1 file2 file3 db1: tbl1(Attachment field) file1;file2;file3 frmModify: (lstAttach) file1 file2 file3
when you are adding data in your listbox just check that whether that particular data already exists in you list box or not. if not then add it simultaniously to you table :) Thanks and Regards