Hi!
I created a table with a column that has a type of control "CheckBox" and a format "YesNo".
I want to add that information in an other table.
When i execute the query(Creation),
SELECT [xxxxxxx].YesNo INTO aaaaaaaaa
FROM [xxxxxxx] ;
the type of control in my new table is changed to "text zone".
What am i doing wrong?
Thanks
I created a table with a column that has a type of control "CheckBox" and a format "YesNo".
I want to add that information in an other table.
When i execute the query(Creation),
SELECT [xxxxxxx].YesNo INTO aaaaaaaaa
FROM [xxxxxxx] ;
the type of control in my new table is changed to "text zone".
What am i doing wrong?
Thanks