G
G deady
First, let me apologize if this ends up being a double post. I posted it
earlier and it never appeared so I am assuming Windows "ate it" and am
reposting.
I have a client db for my law office. After client info is entered into
"frm_clientinfo" the db branches off into one of 4 tables depending on
whether the legal matter is a state civil(tbl_statecivilcaseinfo),
statecriminal(tbl_statecriminalcaseinfo, federalcriminal
(tbl_federalcriminalcaseinfo or federal civil matter(tbl_federalcivilcaseinfo.
The db then continues from of these 4 main tables-ie if "statecivil is
chosen then the user would choose autoaccidents, divorce, medical malpractice,
etc.
I have a client contact popup form("frm_clientcontact" bound to
"tbl_clientcontacts" that records phonecalls from a call on their case. This
form can be activated from anywhere in the db via a db since a client may
call at anytime.
Im tryng to create a combobox that will lookup the correct client when a
call is recieved but can't figure out how to have one combobox that looks up
data from 4 different tables. I can't base the combo on the clientinfo table
because a client can have more than one legal matter so the combo has to be
based on the 4 case tables in order to link the call record to the corecr
case record. I'm thinking I need sime sort of if statement Maybe a listbox
with the 4 cases and and if statement that calls a corresponding criteria
criteria in the query for the combo box. Can something like this be done? Is
there a way to call seperate records from more than 1 table in the same combo
box?
earlier and it never appeared so I am assuming Windows "ate it" and am
reposting.
I have a client db for my law office. After client info is entered into
"frm_clientinfo" the db branches off into one of 4 tables depending on
whether the legal matter is a state civil(tbl_statecivilcaseinfo),
statecriminal(tbl_statecriminalcaseinfo, federalcriminal
(tbl_federalcriminalcaseinfo or federal civil matter(tbl_federalcivilcaseinfo.
The db then continues from of these 4 main tables-ie if "statecivil is
chosen then the user would choose autoaccidents, divorce, medical malpractice,
etc.
I have a client contact popup form("frm_clientcontact" bound to
"tbl_clientcontacts" that records phonecalls from a call on their case. This
form can be activated from anywhere in the db via a db since a client may
call at anytime.
Im tryng to create a combobox that will lookup the correct client when a
call is recieved but can't figure out how to have one combobox that looks up
data from 4 different tables. I can't base the combo on the clientinfo table
because a client can have more than one legal matter so the combo has to be
based on the 4 case tables in order to link the call record to the corecr
case record. I'm thinking I need sime sort of if statement Maybe a listbox
with the 4 cases and and if statement that calls a corresponding criteria
criteria in the query for the combo box. Can something like this be done? Is
there a way to call seperate records from more than 1 table in the same combo
box?