chrismid259
Member
- Joined
- Feb 9, 2011
- Messages
- 6
- Programming Experience
- Beginner
Hi all,
I'm currently creating a ticket ordering system. I'm having some slight trouble getting one of the key elements of the application to work mainly because I'm not sure where to start with it.
I currently have a form with two combo boxes (one for the origin of the journey and one for the destination). The idea is that the customer tells the employee over the phone where their journey begins and ends. They will also select a date of travel - but the date of travel doesn't really matter to much at this time.
Once a to and from is selecting from each combo box, the price will be shown in a label on the same form. On a side note, because of special conditions that I must implement into the application, the price is actually only calculated from what is selected in ComboBox2 (the destination).
I have the destination and prices information in an Access database table and my database is already linked to my application using a data connection. The table itself in Access has no relationships but other tables in the database do.
Could anyone please help me with trying to get to price to display when the two values in the combo boxes are selected?
I'm currently creating a ticket ordering system. I'm having some slight trouble getting one of the key elements of the application to work mainly because I'm not sure where to start with it.
I currently have a form with two combo boxes (one for the origin of the journey and one for the destination). The idea is that the customer tells the employee over the phone where their journey begins and ends. They will also select a date of travel - but the date of travel doesn't really matter to much at this time.
Once a to and from is selecting from each combo box, the price will be shown in a label on the same form. On a side note, because of special conditions that I must implement into the application, the price is actually only calculated from what is selected in ComboBox2 (the destination).
I have the destination and prices information in an Access database table and my database is already linked to my application using a data connection. The table itself in Access has no relationships but other tables in the database do.
Could anyone please help me with trying to get to price to display when the two values in the combo boxes are selected?