Continuous form and checkbox (1 Viewer)

f9073341

Registered User.
Local time
Today, 06:10
Joined
Mar 7, 2009
Messages
27
Hi Guys,

Background:

I have a continuous subform within a form. The continuous form is used to display search results. Each search result (record) has a checkbox at the end to (hopefully) allow the user to select it to enter that record into a listbox which will allow the compilation of a report.

Problem:

The checkboxes are linked to a table with a corresponding "Yes/No" type field. The checkboxes will display checked/unchecked if this is the value in the table.

However, I cannot check or uncheck these boxes. It's as if they are locked, but I have checked and they are not. I've also tried tying an event to the cb_Click() event - but cannot get the event to fire.

Please help!!

Many thanks in advance.
 

f9073341

Registered User.
Local time
Today, 06:10
Joined
Mar 7, 2009
Messages
27
Sorry guys, nevermind. It turned out I had "Allow Edits" set to false. It's always the last place you look!! :D
 

Users who are viewing this thread

Top Bottom