Generally, I can see 4 areas you'll need/want to come up to speed on if you
are going to "create a database for ..." pretty much anything!
1) Relational database design & normalization (Access expects data
organized this way)
2) Access tricks/tips -- Access doesn't do things the same way Word or
Excel do things
3) Graphical user interface design -- if it isn't drop-dead simple to
use, it won't get used
4) Application development -- if you've never built one, how do you know
what to do?
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.
"Simba" <(E-Mail Removed)> wrote in message
news:9C500F01-4573-4490-9E8A-(E-Mail Removed)...
> Being a newbie to access, I have been given a task of creating a db for
> the
> patient management and tracking. This DB will have around 50 patients per
> year. It will contain the history of patient's contact info, pediatrician,
> case manager,Genetic center info, Insurance info and so on. I have created
> the tables. pls review them and suggest me your ideas to improve the DB,
> as
> mine maynot be best.
>
> tblPatients
> RegID - PK
> PatientID,FirstName,LastName,DOB,Gender,Hospital,MA,CaseStatus,Diagnosis,Address,City,Zip,county,MFirstName(mom),MLastName,MAddress,MCity,MState,MZip,MHomePhone,MCellPhone,MWorkPhone,FFirstName(Father),FLastName,FAddress,FCity,FState,FZip,FHomePhone,FcellPhone,CurrentPed,FormerPed,GenCenter,Geneticist,CaseManager,CaseManagement
>
> tblPediatrician_1 and also tblPediatrician_2
> PedID-PK,LastName,FirstName,MI, Practicie,Address,City,State,Zip,Phone,Fax
>
> tblGenCenter
> center_Id-PK,Name,Address,City,state,zip,phone,Fax
>
> tblGencounselor
> CounselorID-PK,FName,LName,Phone,Pager,Fax
>
> tblCaseMgr
> MgrID-Pk,FName,LName,Phone,Pager,Fax
>
> tblCaseMgmt
> MgmtId-Pk,Name, address,........
>
> tblInsurance
> InsuranceID-Pk,Type,AgencyName,ContactFName,ContactLName,phone,fax,insuranceName,policyno,CS_Phone
>
> tblInsuranceType
> InsuranceType-ID-Pk,RegID,InsuranceID
>
> tblGuardian
> guardianId-pk,Refdate,type,fName,LName,address,state,city,zip,hPhone,Cphone,wphone
>
> tblpatientguardian
> patguardianID-Pk
> Regid
> GuardianID