I have a VB program that retrieves values from an Access db using the format
frm_main.lst_names.additem adorecordset!Names
If there is not an entry in the db the program fails on
94 - Invalid Use of Null
Do I HAVE to have an entry (even a dummy one ) to stop this or is there a simple way round it ( other than error trapping it ) ????
Snorkx :-9
frm_main.lst_names.additem adorecordset!Names
If there is not an entry in the db the program fails on
94 - Invalid Use of Null
Do I HAVE to have an entry (even a dummy one ) to stop this or is there a simple way round it ( other than error trapping it ) ????
Snorkx :-9