JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,687
- Office Version
- 365
- Platform
- Windows
I am still working on a project to distribute LP albums that I started 3 years ago. It is discussed here:
I now have over 1,000 albums. As discussed in the thread above, I have entered them in an Access database. Now I need to provide a way for each of the 20+ users to select the albums they want.
I could send each of them a copy of the database with a form that would allow them to make their selections. I would then need to merge the selections and apply some code to make the final selections. I could export the Access data to an Excel sheet and then do the same thing but with an Excel workbook and a form.
This approach has some serious limitations. If I get more albums, I would have to modify the database and then send out new copies to everyone. To make that work, I would have to first ask everyone to send me their copies so I could add the new albums without erasing any selections they may have already done. That is a pain in the neck for everyone and error prone.
I would like a way to put either the Access database or the Excel workbook "online" (OneDrive? DropBox? ???) with a "column" for each user and some sort of "protection" so that each user could see the album data and their selection column, but not the selection columns for any other users. They could enter their selections in their selection column, but the rest of the data would be read only. That way, I could make the data I have now available and the users could start making their selections. If I add any albums, they would see them the next time they access the data. I could then set a deadline for making selections, after which I would lock the dataset.
With this approach, there would be just one copy of the data. That should eliminate most of the errors. I envision the data set to look like the illustration below. Columns G-N contain the album data. That would be read only for the users. The actual data has several additional columns with other data about each album. Columns C-F are the selection columns headed by that user's initials. User TR, for example, would only see Columns C and G-N -- not any of the other selection columns (D-F).
Is there a way that I can make this available online preferably with Excel, or with Access? I assume that I would have to make a different form for each user.
Does OneDrive provide a way to give each users a unique password that will let the application know which form to load?
Thanks for any suggestions or pointers.
Suggestions for allocation algorithm
I volunteered for a little neighborhood project that has turned out to not be that "little". Several neighbors, including myself, mentioned that they had boxes of old vinyl record albums that they no longer want since they do not have a turntable. Several others said they would love to have the...
www.mrexcel.com
I now have over 1,000 albums. As discussed in the thread above, I have entered them in an Access database. Now I need to provide a way for each of the 20+ users to select the albums they want.
I could send each of them a copy of the database with a form that would allow them to make their selections. I would then need to merge the selections and apply some code to make the final selections. I could export the Access data to an Excel sheet and then do the same thing but with an Excel workbook and a form.
This approach has some serious limitations. If I get more albums, I would have to modify the database and then send out new copies to everyone. To make that work, I would have to first ask everyone to send me their copies so I could add the new albums without erasing any selections they may have already done. That is a pain in the neck for everyone and error prone.
I would like a way to put either the Access database or the Excel workbook "online" (OneDrive? DropBox? ???) with a "column" for each user and some sort of "protection" so that each user could see the album data and their selection column, but not the selection columns for any other users. They could enter their selections in their selection column, but the rest of the data would be read only. That way, I could make the data I have now available and the users could start making their selections. If I add any albums, they would see them the next time they access the data. I could then set a deadline for making selections, after which I would lock the dataset.
With this approach, there would be just one copy of the data. That should eliminate most of the errors. I envision the data set to look like the illustration below. Columns G-N contain the album data. That would be read only for the users. The actual data has several additional columns with other data about each album. Columns C-F are the selection columns headed by that user's initials. User TR, for example, would only see Columns C and G-N -- not any of the other selection columns (D-F).
Is there a way that I can make this available online preferably with Excel, or with Access? I assume that I would have to make a different form for each user.
Does OneDrive provide a way to give each users a unique password that will let the application know which form to load?
Thanks for any suggestions or pointers.