Lux Aeterna
Board Regular
- Joined
- Aug 27, 2015
- Messages
- 201
- Office Version
- 2019
- Platform
- Windows
Hey everyone!
I work in a medical lab and I cave created a worksheet for our daily appointments. What I want to do is to be able to build a database with all the patients.
I was thinking that somehow I could send the data from a specific cell range to the database, so the next time these patients visit again their data will be completed automatically when I start typing their name.
I'll give an example because I'm not sure what I write makes sense...
After I had built that data base (maybe by sending excel data to access database), I want to be able to type a letter (for example W) in the excel cell and to be presented with a full list of names starting with that letter (for example Wright, Williams, Woods etc), pick one of them and have the rest of the data (father's name, phone number etc) auto-filled.
Hope it's clearer now
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Father's mame[/TD]
[TD]Phone[/TD]
[TD]Age[/TD]
[/TR]
[TR]
[TD]Williams Tenesee[/TD]
[TD]John[/TD]
[TD]11111[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Woods Tiger[/TD]
[TD]Peter[/TD]
[TD]22222[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Jordan Michael[/TD]
[TD]Steve[/TD]
[TD]33333[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]Jason Kid[/TD]
[TD]Darrell[/TD]
[TD]44444[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Bird Larry[/TD]
[TD]Andrew[/TD]
[TD]55555[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance
I work in a medical lab and I cave created a worksheet for our daily appointments. What I want to do is to be able to build a database with all the patients.
I was thinking that somehow I could send the data from a specific cell range to the database, so the next time these patients visit again their data will be completed automatically when I start typing their name.
I'll give an example because I'm not sure what I write makes sense...
After I had built that data base (maybe by sending excel data to access database), I want to be able to type a letter (for example W) in the excel cell and to be presented with a full list of names starting with that letter (for example Wright, Williams, Woods etc), pick one of them and have the rest of the data (father's name, phone number etc) auto-filled.
Hope it's clearer now
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Father's mame[/TD]
[TD]Phone[/TD]
[TD]Age[/TD]
[/TR]
[TR]
[TD]Williams Tenesee[/TD]
[TD]John[/TD]
[TD]11111[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Woods Tiger[/TD]
[TD]Peter[/TD]
[TD]22222[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]Jordan Michael[/TD]
[TD]Steve[/TD]
[TD]33333[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]Jason Kid[/TD]
[TD]Darrell[/TD]
[TD]44444[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Bird Larry[/TD]
[TD]Andrew[/TD]
[TD]55555[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance