CheckBox

accessman2

Registered User.
Local time
Today, 07:01
Joined
Sep 15, 2005
Messages
335
Hi,

I do NOT want to create one field for check mark in the table. I just want to make temporary checkbox to select the record in the continuous form.

But, When I put a check mark on one record, the check marks are shown on all records in the continuous form.

How can I fix it?
 

Attachments

You can't use an unbound checkbox in a continuous form. It will perform exactly as you described. Common solutions in a situation like this are to use a temp table that has the extra field as the source for the form, or use a multiselect listbox to select records.
 

Users who are viewing this thread

Back
Top Bottom