Can I update listbox columns from a different form

  • Thread starter Thread starter David
  • Start date Start date
D

David

Can I update listbox columns from a different form. I
tried and it complained. Is there any way? I tried
[Forms]![Formname]![Control].Column(number) = blah blah
 
In A2002 you can use the additem method to add items to a listbox. Before
that, you have to either base the listbox recordsource on a table, or use a
callback function.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top