JurkMonkey
Programmer
Hey,
I have 2 tables that have an ID and a string with different names.
Table1: CatID CatName
Table2: BirdID BirdName
I need a way to query both of these items together into one dataset. Then I need to be able to call an insert using that same dataset.
Any ideas how to do this - or how to get around it?
Thanks!
I have 2 tables that have an ID and a string with different names.
Table1: CatID CatName
Table2: BirdID BirdName
I need a way to query both of these items together into one dataset. Then I need to be able to call an insert using that same dataset.
Any ideas how to do this - or how to get around it?
Thanks!