RE: Yes/No checkbox is no longer a checkbox
- From: "ragtopcaddy via AccessMonster.com" <u9289@uwe>
- Date: Wed, 28 May 2008 20:12:10 GMT
Thanks Klatuu,
I'm aware of most of these issues. I generally use a make-table query as a
short cut to create the table structure and then change datatypes and field
names where appropriate, and use append queries afterwards. I wasn't aware of
the problem you describe with using them. Does compact/repair or decompile
undo the damage?
Anyway, I'm not posting this because it's a show-stopper. I'm just curious as
to why the field should appear as a checkbox in the original db, and a 0/-1
textbox in the product of the maketable query. Also wondering if there is any
way to get the checkbox back after the maketable query.
Are you suggesting that maketable queries are inherently shaky and that the
checkbox foolishness may be just another manifestation of that instability?
My users see only forms and reports. This just struck me as a curiosity.
Thanks,
Klatuu wrote:
0 means not checked (false) and -1 means checked (true)
First, don't use make table queries. Create the table the way you want it.
Then change your query from a make table to an append query to append to your
table.
Then before you run the append query, run a delete query against the table
to remove the old data.
Make table queries cause a lot of database bloat and really should not be
used in most cases.
As to how you view it, users shouldn't be seeing raw tables anyway. You
sould create a datasheet form and use check box controls to display the data.
I recently split my mdb for front and back end.[quoted text clipped - 7 lines]
Thanks,
--
Bill Reed
"If you can't laugh at yourself, laugh at somebody else"
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200805/1
.
- Follow-Ups:
- RE: Yes/No checkbox is no longer a checkbox
- From: Klatuu
- RE: Yes/No checkbox is no longer a checkbox
- References:
- Yes/No checkbox is no longer a checkbox
- From: ragtopcaddy via AccessMonster.com
- Yes/No checkbox is no longer a checkbox
- Prev by Date: Re: duplicated records
- Next by Date: Re: Crosstab query
- Previous by thread: Yes/No checkbox is no longer a checkbox
- Next by thread: RE: Yes/No checkbox is no longer a checkbox
- Index(es):
Relevant Pages
|