Re: ADO question *Urgent :-)
Welcome to the forums. :)
Quote:
Originally Posted by mcitner
I have created a program with containing two forms. In the first the user decides which item they want too purchase
How do they decide? What are the steps taken here?
Quote:
Originally Posted by mcitner
once it has been selected i need a command button to be pushed
Do you mean that you want the code under the command button to be automatically executed, or does the user press the command button and execute the code?
Quote:
Originally Posted by mcitner
each time an item is requested it will show on a dblist on the second form.
Is the second form visible at this time? Why a second form? Why not have the items appear in a listbox on the same form from which they are being selected?