hi,
i'm working with a travels project i have two tables(vehicle_entry and booking).. when i try to book on some particular date only available vehicle names should be shown in the combo box...
it shold show all the names from vehicle_entry table except that vehicle is registered in booking table on that date.
i tried combo box add item and then remove item but i can't and i used if...else technique after that i searched but still i didnt' get soultion