G
Guest
Converting type; text to check box in a query
I have a table that has a field [Status], where M = Married and S = Single.
I want to run an append query that that is taking this data and putting it
into another table where [Status] is a Check Box rather than a text value.
How can I convert this in my SQL or do I have to do some thing with
recordsets or such?
I imagine there has to be some function like
Expr1: changeType([Status], changeToCheckBox, where M = True)
Probably there isn’t, but a man can dream.
Thanks,
Phil
I have a table that has a field [Status], where M = Married and S = Single.
I want to run an append query that that is taking this data and putting it
into another table where [Status] is a Check Box rather than a text value.
How can I convert this in my SQL or do I have to do some thing with
recordsets or such?
I imagine there has to be some function like
Expr1: changeType([Status], changeToCheckBox, where M = True)
Probably there isn’t, but a man can dream.
Thanks,
Phil