Hi, I've asked a few questions now in reference to db programing,

my newest problem in my learning curve, is referencing a db table. In my code I can open the db and reference a table just fine, but when I alter my code and add variables to store data from another table within the same database, and I can not get the results.

I know the db is open, but it simply does not reference the info in the table.

Has anyone had experience with table conflicts like this, could I have set the table up wrong, or ??? Could this be general problem?