2 unrelated tables in vb2008 (1 Viewer)

Kelazeer

New member
Local time
Today, 02:42
Joined
Dec 8, 2010
Messages
3
so this is for an assignment and what im trying to do is use 2 tables with unrelated info as part of a game in vb

table 1 is the heros
table 2 is the villians

I want to use a listbox for each but when ever i try 1 listbox works and the other is frozen .

What do i need to do to get both working? I apologize in advance as i am need to both VB and Access
 

datAdrenaline

AWF VIP
Local time
Today, 03:42
Joined
Jun 23, 2008
Messages
697
>> and the other is frozen <<

And what does that mean exactly ...

>> What do i need to do to get both working? <<

You are really not giving us much to work on to guide you effectivly as you develop this assignment.

---

Also, your title indicates vb2008 (makeing me think VB.net and the Visual Studio environment), but yet you indicate you "need vb and Access" ... so ... what do you need? and what environment do you need it in?
 

Kelazeer

New member
Local time
Today, 02:42
Joined
Dec 8, 2010
Messages
3
when i say frozen i mean the second listbox is not selctable it only displays the first line

im using the tables in a visual basic 2008 project

what im trying to get figured out is with using information from 2 differnt tablets each connected to a listbox how do i get both list boxes to be selectable

hopefully that helps a little - like i said i have very little experience with either of visual basic and access tables
 

Kelazeer

New member
Local time
Today, 02:42
Joined
Dec 8, 2010
Messages
3
nevermind i figured it out - its because i was using 2 listboxes

I changed it to 2 comboboxes and it works fine
 

Users who are viewing this thread

Top Bottom