Re: How do you create a checkbox in a column?
From: Wayne Morgan (comprev_gothroughthenewsgroup_at_hotmail.com)
Date: 01/31/05
- Next message: nbuwalda: "Calculation"
- Previous message: NYLibertyfan: "How do you create a checkbox in a column?"
- In reply to: NYLibertyfan: "How do you create a checkbox in a column?"
- Next in thread: NYLibertyfan: "Re: How do you create a checkbox in a column?"
- Reply: NYLibertyfan: "Re: How do you create a checkbox in a column?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 Jan 2005 08:56:21 -0600
First, the order of the columns in the table shouldn't matter as far as data
entry goes because you shouldn't be entering the data directly into the
tables. Design a form for data entry. Place the controls on the form where
you desire and set their tab order to move between them in the order
desired.
Next, a checkbox is a True/False or Yes/No field. Access stores True as -1
and False as 0.
-- Wayne Morgan MS Access MVP "NYLibertyfan" <NYLibertyfan@discussions.microsoft.com> wrote in message news:8EECD1BB-9688-4D07-BEFC-1C8930D4B17D@microsoft.com... >I have been tasked to "refresh" an existing database, where we track >proposal > activity, and I have no Access experience whatsoever. My goal is to > rearrange the information to sequentially match how we currently work on > proposals. For instance, I don't need the "Award Date Column" to be the > third column in the table. It's too early to reflect that information. > It > should be near the end. > > With that in mind, some colums are text and there are a few columns that > consist of checkboxes. In rearranging the columns with checkboxes, I > thought > it would be as simple as doing the old copy/paste method. However, when I > paste, I have numbers instead of checkboxes. > > So, since it's apparent that I can't move the checkboxes using the > copy/paste method, how do I create a column with checkboxes?
- Next message: nbuwalda: "Calculation"
- Previous message: NYLibertyfan: "How do you create a checkbox in a column?"
- In reply to: NYLibertyfan: "How do you create a checkbox in a column?"
- Next in thread: NYLibertyfan: "Re: How do you create a checkbox in a column?"
- Reply: NYLibertyfan: "Re: How do you create a checkbox in a column?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|