Can I update listbox columns from a different form

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
 
A

Adrian Jansen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top