G
Guest
Hi, I'm trying to pass a function into a append query but I'm not getting any
records, can anyone help? Here is my function and query:
Function ChangeQuarter() As String
Dim mydate As Variant
mydate = Date
If mydate = Date Then
ChangeQuarter = ">=20072"
End If
End Function
******************************************
Select dbo_application.reqst_admit_yyyyq_code
from Table1
WHERE (((dbo_application.reqst_admit_yyyyq_code)=ChangeQuarter()));
records, can anyone help? Here is my function and query:
Function ChangeQuarter() As String
Dim mydate As Variant
mydate = Date
If mydate = Date Then
ChangeQuarter = ">=20072"
End If
End Function
******************************************
Select dbo_application.reqst_admit_yyyyq_code
from Table1
WHERE (((dbo_application.reqst_admit_yyyyq_code)=ChangeQuarter()));