I posted this to the Access queries forum but perhaps I should be posing the question to this group.
I'm looking write a pass through query in Access 2002 that will contain a parameter supplied by a form. I'm having some difficulty getting this to fire. Does anyone have any experience in doing this?
How can I do this without getting error #195
ODBC--Call Failed
[MERANT][ODBC Sybase driver][SQL Server]'FCalc' is not a recognized built-in function name.
So far, this is what I have:
SELECT DISTINCT dbo.clmsttus_hist_lmy_v.clm_num, dbo.clmsttus_hist_lmy_v.clm_sttus_cde, dbo.clmsttus_hist_lmy_v.clm_change_dte
FROM dbo.clmsttus_hist_lmy_v
WHERE dbo.clmsttus_hist_lmy_v.clm_sttus_cde = "IP" AND dbo.clmsttus_hist_lmy_v.clm_change_dte > 'USER DEFINED FUNCTION'
Any help would be appreciated.
I'm looking write a pass through query in Access 2002 that will contain a parameter supplied by a form. I'm having some difficulty getting this to fire. Does anyone have any experience in doing this?
How can I do this without getting error #195
ODBC--Call Failed
[MERANT][ODBC Sybase driver][SQL Server]'FCalc' is not a recognized built-in function name.
So far, this is what I have:
SELECT DISTINCT dbo.clmsttus_hist_lmy_v.clm_num, dbo.clmsttus_hist_lmy_v.clm_sttus_cde, dbo.clmsttus_hist_lmy_v.clm_change_dte
FROM dbo.clmsttus_hist_lmy_v
WHERE dbo.clmsttus_hist_lmy_v.clm_sttus_cde = "IP" AND dbo.clmsttus_hist_lmy_v.clm_change_dte > 'USER DEFINED FUNCTION'
Any help would be appreciated.