|
-
Apr 12th, 2005, 05:28 AM
#1
Thread Starter
New Member
ADO question *Urgent :-)
Hi,
I have created a program with containing two forms. In the first the user decides which item they want too purchase and once it has been selected i need a command button to be pushed and each time an item is requested it will show on a dblist on the second form.
These items will all have a price and a total must then be shown, really confused, any ideas?
Thanks alot for your time
MC
-
Apr 12th, 2005, 06:02 AM
#2
Re: ADO question *Urgent :-)
Welcome to the forums.
 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?
 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?
 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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|