brucewin
Posts: 143
|
| Posted: 12/25/2005, 6:44 AM |
|
Anyone know a way to view and only be able to select the first 3 records of a listbox. I want to use the 4th record for securtiy feature that no one else can selectl.
I want to manually add to the database a securtiy level 4 and only allow someone entereing records to select levels 1,2,3. not displaying level 4
Bruce
|
 |
 |
brucewin
Posts: 143
|
| Posted: 12/25/2005, 8:06 AM |
|
Fixed it. I just added a where statement to the listbox field in the record under properties, Data Source.
Name "does not equal "(name of record you don't want to show up in the box)
No one can select it, so how can they assign that security level to anyone.
Bruce
|
 |
 |
|