I am new to VBA
I have a form that has a command button called cmdSubmit
that one click I want to connect to a Database called "NA"
stored at the following location "\\serv1\db\"
within the NA database I have a table call tblPatientLanguage
that contains two colomns "PatientID" and "Language"
I need to display the contents stored in both "PatientID" and "Language" in a msgbox
How is this possible??
Newbie in search of knowledge
I have a form that has a command button called cmdSubmit
that one click I want to connect to a Database called "NA"
stored at the following location "\\serv1\db\"
within the NA database I have a table call tblPatientLanguage
that contains two colomns "PatientID" and "Language"
I need to display the contents stored in both "PatientID" and "Language" in a msgbox
How is this possible??
Newbie in search of knowledge