Access 07 DB info used in Visual Studio 2008 (1 Viewer)

JuniorWoodchuck24

Registered User.
Local time
Today, 04:47
Joined
Jan 13, 2010
Messages
59
I'm currently trying to modify my Access 07 database by using Visual Studio 2008 Express. My Access 07 database has all the tables/queries/forms/reports working and is fine, but I'm trying to use Visual Studio 2008 Express to pull in info from this database (just the tables/queries) as well as other files. The problem I'm having is the following:

In my access 07 I have a form that consists of cascading combo boxes. The user selects a part for example:

combobox1 = car
combobox2 = ford
combobox3 = mustang
combobox4 = 2007

Once the user selects this he appends it to a table that is for overall user selection. I'll recreate this table in VS 2008 if I need to, just trying to get the boxes to show data first.

I have the tables and queries already set to enable this. The only issue I'm having is when I pull in the database to Visual Studio 2008 Express and bind to the newly created form I made in there the combo boxes don't have any info in them. Do I have to define code in a module first? Also does it matter that I'm using Windows 7 64-bit as my OS?
 

Users who are viewing this thread

Top Bottom