notoriust2
New Member
- Joined
- Jul 28, 2015
- Messages
- 4
I have a big long list of raw data in a table (2500 rows and 10 columns) that I need to be able to do the following with...
The most important part of this is that it needs to be User Friendly. Multiple people will be accessing this with all types of computer background so it needs to be easy.
My initial thoughts: Create a user form that has a dropdown box with all the data from column A with the duplicates removed. That data drives a lookup function to pull the rest of the data from the associated rows. Once selected the data is displayed on the form for the user to see with any possible notes. A button at the bottom will allow the user to input text into a box in order to save a note. But where will I save these notes that will be easily accessible?
Thanks,
- Search for data in column A, then present the data on the associated row, might be multiples
- allow a user to save a note with that row of data and assign a date and initials to said note
The most important part of this is that it needs to be User Friendly. Multiple people will be accessing this with all types of computer background so it needs to be easy.
My initial thoughts: Create a user form that has a dropdown box with all the data from column A with the duplicates removed. That data drives a lookup function to pull the rest of the data from the associated rows. Once selected the data is displayed on the form for the user to see with any possible notes. A button at the bottom will allow the user to input text into a box in order to save a note. But where will I save these notes that will be easily accessible?
Thanks,