Unbound Checkbox

J

jackle

Due to a query issue (see "Calculate Query and Checkboxes " in Access Queries
group) it looks like i need to create an unbound checkbox then link(bind) it
to the table. My form has data from a few tables, but the table that has the
checkbox has only two (Print_Check and JOB_NBR). how can i make this work? i
need to check the box for the JOB_NBR in the form. I haven't figured how to
do the workaround for the calculated query (this makes my recordset
unupdatable, so i can't change the checkbox state on this form if it can't
pass the value back&forth). Any help is greatly appreciated. I always seem to
find grey areas and bizzare conflicts.
 
Top