PC Review


Reply
Thread Tools Rate Thread

checkboxes in subforms

 
 
bhakta.ram@gmail.com
Guest
Posts: n/a
 
      6th Sep 2006
Hello All:

I have a incident table, action_taken table and incident_action_taken
table.

incident table
-------------------
iid(PK)
name
desc

action_taken table
-------------------------
aid(PK)
name
desc

incident_action_taken
-------------------------------
id(PK)
aid
iid

I have a main form and a sub form. Main form shows incident table and
subform shows incident_action_taken table. I want to show all the
"action_taken.name" field as a checkbox in the subform. I had a
"yes/no" column in incident_action_taken table but did not help.

I would appreciate if somebody can help me on this.

Thanks

 
Reply With Quote
 
 
 
 
Steve Schapel
Guest
Posts: n/a
 
      6th Sep 2006
Bhakta,

Do you mean you want all possible Actions listed for each Incident? And
then a checkbox for each? If so, your idea of a Yes/No field in the
incident_action_taken table is a good one. But you will need to create
records in incident_action_taken table to match all action_taken
records. For this, you will probably want to run an Append Query into
incident_action_taken, every time there is a new record created in
incident table.

--
Steve Schapel, Microsoft Access MVP

(E-Mail Removed) wrote:
> Hello All:
>
> I have a incident table, action_taken table and incident_action_taken
> table.
>
> incident table
> -------------------
> iid(PK)
> name
> desc
>
> action_taken table
> -------------------------
> aid(PK)
> name
> desc
>
> incident_action_taken
> -------------------------------
> id(PK)
> aid
> iid
>
> I have a main form and a sub form. Main form shows incident table and
> subform shows incident_action_taken table. I want to show all the
> "action_taken.name" field as a checkbox in the subform. I had a
> "yes/no" column in incident_action_taken table but did not help.
>
> I would appreciate if somebody can help me on this.
>
> Thanks
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Checkboxes in subforms =?Utf-8?B?YW1hbmRhcDgz?= Microsoft Access 1 21st Sep 2007 04:11 PM
checkboxes in subforms bhakta.ram@gmail.com Microsoft Access Form Coding 2 6th Sep 2006 04:55 PM
checkboxes & subforms problem urbe car via AccessMonster.com Microsoft Access Forms 1 9th Apr 2005 06:09 AM
Using Checkboxes in Subforms =?Utf-8?B?SmVubnkgQmFya2Vy?= Microsoft Access Forms 4 26th Feb 2005 12:43 AM
Checkboxes on subforms htmldiva Microsoft Access Form Coding 8 15th Nov 2003 03:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:11 PM.