I am attempting to use arrays for the first time. I've scanned this website and looked at Ken Getz's Developer's Guide. I'm really confused.
Here's what I'm planning on doing with the information - maybe somebody can come up with a better idea? I have a subform that has a PO number combo box. Once a user chooses the PO number that they want to pay, a dialog box with a multiselect list box comes up and allows the user to select several items (budget accounts and totals). I want to append that data to the subform. I'm going to use a public form variable and build a string to send back to the subform. At this point, I think an array would be a really good way to split it out. The question is how do I build columns for the array? How do I append the data to the array columns? I would truly appreciate ANY help understanding how to make this work. Thank you in advance
Here's what I'm planning on doing with the information - maybe somebody can come up with a better idea? I have a subform that has a PO number combo box. Once a user chooses the PO number that they want to pay, a dialog box with a multiselect list box comes up and allows the user to select several items (budget accounts and totals). I want to append that data to the subform. I'm going to use a public form variable and build a string to send back to the subform. At this point, I think an array would be a really good way to split it out. The question is how do I build columns for the array? How do I append the data to the array columns? I would truly appreciate ANY help understanding how to make this work. Thank you in advance