Hi,
In SQL, is there a Format function that allow me to do what i'm doing in Access with the following line :
Format(dbo_GPM_E_ELE.Fiche,"0000000")
It gives me 0000034 instead of 34.
When I type it, Format is blue as if SQL recognize it. But it tells me that Format is not a valid function.
In SQL, is there a Format function that allow me to do what i'm doing in Access with the following line :
Format(dbo_GPM_E_ELE.Fiche,"0000000")
It gives me 0000034 instead of 34.
When I type it, Format is blue as if SQL recognize it. But it tells me that Format is not a valid function.