G
Glenn E. White
Please help me! I am creating an SQL string to use in a
function. How do you reference a table is a string?
Below is a sample of my code:
Dim strFilePath, strFileName, strFileExt, strCallFile As
String
strFilePath = Tables![tblOne]![Field1]
strFileName = Forms![frmOne]![cboOne]
strFileExt = Tables![tblOne]![Field2]
strCallFile = strFilePath & strFileName & strFileExt
In addition, how can you open a multimedia file (.wav)
using the program that it is associated with in vba? Is
it possible.
Any help will be greatly appreciated.
Sincerely,
Glenn E. White
function. How do you reference a table is a string?
Below is a sample of my code:
Dim strFilePath, strFileName, strFileExt, strCallFile As
String
strFilePath = Tables![tblOne]![Field1]
strFileName = Forms![frmOne]![cboOne]
strFileExt = Tables![tblOne]![Field2]
strCallFile = strFilePath & strFileName & strFileExt
In addition, how can you open a multimedia file (.wav)
using the program that it is associated with in vba? Is
it possible.
Any help will be greatly appreciated.
Sincerely,
Glenn E. White