1. Hi, i'm a total newbie with c++ builder 6 here, and currently i need to build a application which would show the total booking of a cruise ship according to the package number and another form to show the total booking with the specified date.

So i was wondering how to i setup a drop down box[let's say months;jan,feb,mac] on one form and then sent the month to update the query on another form as to show the statistic according to the month chosen by the user.

Now i already know how to retrieve data with form wizard, tquery and how to update,insert n delete with tupdatesql. But i'm clueless on how to perform the above.

2. Plus how do i setup a form to be linked to another form either through a button or any other means?

Any advice or link to related information would be more than helpful.

Thanks in advance!!