i wish to create a form to "sell"items, which will then add the items into an invoice database, and also produce a print out. however, i am stuck. i think i can use listboxes to hold the data, or a flex grid. however, i was told that using th flexgrid would mean that the flexgrid ocx compnent would need to be installed into the system32 folder. but if the computer it is to be used on is restricted from installation, theni cant access system32 to install the component. is there a way to make it so that i dont have to put the ocx component in system32 folder?
or should i stick with using listboxes?