Query for Replacing "," to ".":
Replace([fath],",",".")
Query for combining 2 fields using if statement:
IIf(Len([PH_R])=6,Replace([PH_O],"-",""),Replace([PH_R],"-",""))
Replace([fath],",",".")
Query for combining 2 fields using if statement:
IIf(Len([PH_R])=6,Replace([PH_O],"-",""),Replace([PH_R],"-",""))