MStCyr
03-08-2006, 05:55 AM
This utility allows the user to select items from the Available list and move then to the Selected list. The available report will print only the items in the Selected list.
|
View Full Version : Selecting items from an available list and move then to a selected list MStCyr 03-08-2006, 05:55 AM This utility allows the user to select items from the Available list and move then to the Selected list. The available report will print only the items in the Selected list. sadnap 03-08-2006, 06:37 AM On selecting a record from the "available" and attempting to move to the "selected" box I get the error message: "Error: 3027 Cannot Update. Database or object is read-only." and then "Error: 3027 Update or CancelUpdate without AddNew or Edit." MStCyr 03-08-2006, 07:30 AM Please ensure that your references include Microsoft DAO 3.6 Object Library. This example was taken from an old application, however it runs quite nicely on Access2000 planbprojekt 03-13-2006, 07:53 AM download & save the app 1st...i got the same error whn i tried opening it without saving it. MStCyr 03-13-2006, 08:46 AM Please make sure that your references point to DAO Object Library dbq_generationx 05-26-2006, 01:44 PM Hi, this is great stuff you put together. But if I changed the property of Options "Multi Select" from None to Extended( in order to allow multiple selection of items from list), the AddOne button stops working. Any suggestions? Thanks. dbq MStCyr 05-26-2006, 07:37 PM Due to the way the indexes are setup, this will not allow the Extended selection |