Hi guys
DB is for a travel agency which has (mainly) 'set' trips which the customer may enquire about.
Client needs a form off the customer detials form which, when the custoemr is on the phone and says 'i'm interested your trips to china, spain, japan and fiji', the client can keep a list/track of what trips the customer has enquired about.
This is a useful and kinda necessary feature to have, as it means that if the company has a new trip to spain, they can call/contact all people who have enquired about going to spain etc.
Thing is - i don't know how to design the form. At the moment, i am thinking of having a form with about 30 tickboxes in it, and you check which trips the customer is interested in. (This form/table is linked to the customer via customerID - obviously)
This means that i could use my standard query by form method to search all forms where 'spain' is ticked - easy.
This method easy, but has problems - if a new trip is created, it is not automatically added to the list of checkboxes, and they'll have to call me each time they need an update. They want to be able to change it themselves.
So i thought of having a mechanism similar to the form/query/etc wizard - like a list box with all the trips on the left, and then have another one on the right with arrows where u can choose which trips they are interested in and they go across to the left? Or something!
I have no idea how to do this however, and no idea how to search this either (tis not as easy as the earlier checkbox idea)!
Can anyone think of a clever way to do this?
Cheers guys + gals
Edd
DB is for a travel agency which has (mainly) 'set' trips which the customer may enquire about.
Client needs a form off the customer detials form which, when the custoemr is on the phone and says 'i'm interested your trips to china, spain, japan and fiji', the client can keep a list/track of what trips the customer has enquired about.
This is a useful and kinda necessary feature to have, as it means that if the company has a new trip to spain, they can call/contact all people who have enquired about going to spain etc.
Thing is - i don't know how to design the form. At the moment, i am thinking of having a form with about 30 tickboxes in it, and you check which trips the customer is interested in. (This form/table is linked to the customer via customerID - obviously)
This means that i could use my standard query by form method to search all forms where 'spain' is ticked - easy.
This method easy, but has problems - if a new trip is created, it is not automatically added to the list of checkboxes, and they'll have to call me each time they need an update. They want to be able to change it themselves.
So i thought of having a mechanism similar to the form/query/etc wizard - like a list box with all the trips on the left, and then have another one on the right with arrows where u can choose which trips they are interested in and they go across to the left? Or something!
I have no idea how to do this however, and no idea how to search this either (tis not as easy as the earlier checkbox idea)!
Can anyone think of a clever way to do this?
Cheers guys + gals
Edd