Selecting items from an available list and move then to a selected list (1 Viewer)

Status
Not open for further replies.

MStCyr

New member
Local time
Today, 00:19
Joined
Sep 18, 2003
Messages
333
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.
 

Attachments

Error message

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."
 
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
 
download & save the app 1st...i got the same error whn i tried opening it without saving it.
 
Please make sure that your references point to DAO Object Library
 
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
 
Due to the way the indexes are setup, this will not allow the Extended selection
 
Status
Not open for further replies.

Users who are viewing this thread

Back
Top Bottom