Here's my field in qry907908CheckS umData:
Active:
IsVehicActive([tblVehicleJobs].[VehicleJobID],"qry907908Chec kSumData")
Clicking on the field in the QBE grid, FORMAT property setting for
this field are NUMERIC only. I want to choose Yes/No - but that ain't
a choice.
(1) Why not?
(2) What can I do to MAKE it a choice?
Function IsVehicActive(W hichCar As Long, CallingProcedur e As String)
As Boolean
.... blah, blah, blah ...
End Function
Active:
IsVehicActive([tblVehicleJobs].[VehicleJobID],"qry907908Chec kSumData")
Clicking on the field in the QBE grid, FORMAT property setting for
this field are NUMERIC only. I want to choose Yes/No - but that ain't
a choice.
(1) Why not?
(2) What can I do to MAKE it a choice?
Function IsVehicActive(W hichCar As Long, CallingProcedur e As String)
As Boolean
.... blah, blah, blah ...
End Function
Comment