G
gwynne000m1
I have a student who is doing am A-level project.
In VB, it is very easy to copy items from one list to another:
list2.additem list1.text -- for an item pointed to in list1.
However, this code does not work in VBA in access (I think it does not
recognise the list1.text).
Please help -- this seems as if it should be so simple.
In VB, it is very easy to copy items from one list to another:
list2.additem list1.text -- for an item pointed to in list1.
However, this code does not work in VBA in access (I think it does not
recognise the list1.text).
Please help -- this seems as if it should be so simple.