Dec 8, 2004 #1 cst172 MIS Jul 15, 2002 18 US Hi, In Microsoft Access you can go to a record on a form based on a combobox selection. Is there a way to simulate that in Java?
Hi, In Microsoft Access you can go to a record on a form based on a combobox selection. Is there a way to simulate that in Java?
Dec 9, 2004 #2 sjakiePP Programmer Apr 6, 2004 104 NL When you want a specific record from the database, you use a sql statement. For your problem you can create your own graphical interface with a combobox. i don't know if there are programs suited for your purpose. Sjakie --------------------------------------------- Yes, the world is full of strange people. Upvote 0 Downvote
When you want a specific record from the database, you use a sql statement. For your problem you can create your own graphical interface with a combobox. i don't know if there are programs suited for your purpose. Sjakie --------------------------------------------- Yes, the world is full of strange people.
Dec 9, 2004 #3 Hattusas Programmer Nov 11, 2001 344 TR How do you fill your combobox? Where do you put your records coming from the resultset? Vector? String[]? or? Salih Sipahi Software Engineer. City of Istanbul Turkey s.sipahi@sahinlerholding.com.tr Upvote 0 Downvote
How do you fill your combobox? Where do you put your records coming from the resultset? Vector? String[]? or? Salih Sipahi Software Engineer. City of Istanbul Turkey s.sipahi@sahinlerholding.com.tr