Excel data to access and vice versa

Lux Aeterna

Board Regular
Joined
Aug 27, 2015
Messages
201
Office Version
  1. 2019
Platform
  1. 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
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,223,228
Messages
6,170,874
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top