craigorama
Technical User
Hi there,
I have a large table (FISHERY) where there are a number of fields with boolean data types. I am trying to figure out how insert those values into one field in a new table's (GIS) field named species that is a text data type.
Example would be if FISHERY.Halibut= true then GIS.Species = Halibut, FISHERY.Salmon_Ck= true then GIS.Species= Chinook and so on.
This could require some programming but i'm just wondering if its possible to do this with an SQL statement or two.
I'm running Access 2002, btw.
Thanks in advance.
I have a large table (FISHERY) where there are a number of fields with boolean data types. I am trying to figure out how insert those values into one field in a new table's (GIS) field named species that is a text data type.
Example would be if FISHERY.Halibut= true then GIS.Species = Halibut, FISHERY.Salmon_Ck= true then GIS.Species= Chinook and so on.
This could require some programming but i'm just wondering if its possible to do this with an SQL statement or two.
I'm running Access 2002, btw.
Thanks in advance.