I currently have a database with several "waves" of data. Some data is static and is not updated while other data is continuously coming in on a daily basis.
I'm trying to figure out a way to structure my database so that I can have a form where end-users can view all of the measures captured at a certain visit#. So, basically, I currently have a field for ID# and visit #, but the visit # keeps changing to the most recent #. I want to make it so that a new record is created for each visit # so they can search by visit # AND ID. I hope this makes sense? Ask me clarifying questions if not. Thank you!