G
Guest
I'm looking to do a Select Case Statement that will show the user the status of the record
the feild will be Null or have a 1,2,3,4, or 5 in it
I did a modul with the following Code with no luck
Option Compare Databas
Option Explici
Function FTGStat(FTG, Status
Select Case FT
Case
FTGStat = "1st
Case
FTGStat = "2nd
Case
FTGStat = "3rd
Case
FTGStat = "Grad
Case
FTGStat = "FTG
Case Els
FTGStat = "Unknown
End Selec
End Function
the feild will be Null or have a 1,2,3,4, or 5 in it
I did a modul with the following Code with no luck
Option Compare Databas
Option Explici
Function FTGStat(FTG, Status
Select Case FT
Case
FTGStat = "1st
Case
FTGStat = "2nd
Case
FTGStat = "3rd
Case
FTGStat = "Grad
Case
FTGStat = "FTG
Case Els
FTGStat = "Unknown
End Selec
End Function