Hello everybody and thanks in advance to everyone who will help me find the solution to my question.
I am trying to make some favorites from records in a table so that I may use them afterward in another table. I elaborate my question further as follows..
I have got a tblInvestigations that have all the Investigations' data. It has two important fields InvestID as Primary Key and InvestName for Investigation Names along with other fields. To enter Investigations for patients I use a ComboBox to fetch each Investigation Name. Now there are situations when I have to order same set of Investigations to different patients. for example before any operation I have to order Blood CP, Urine RE, Chest X-Ray etc etc. To make things easier, I want to make some arrangements of favorites (Pre-Op Investigations for the above sited example), so that I may insert multiple investigations with a single click.
I am sure it is possible in Access and VBA but don't know how...
Please help me find the solution. thanks in anticipation.
I am trying to make some favorites from records in a table so that I may use them afterward in another table. I elaborate my question further as follows..
I have got a tblInvestigations that have all the Investigations' data. It has two important fields InvestID as Primary Key and InvestName for Investigation Names along with other fields. To enter Investigations for patients I use a ComboBox to fetch each Investigation Name. Now there are situations when I have to order same set of Investigations to different patients. for example before any operation I have to order Blood CP, Urine RE, Chest X-Ray etc etc. To make things easier, I want to make some arrangements of favorites (Pre-Op Investigations for the above sited example), so that I may insert multiple investigations with a single click.
I am sure it is possible in Access and VBA but don't know how...
Please help me find the solution. thanks in anticipation.