i have two columns (CodePrefix) and (CodeNumber) in a table
i changed (CodeNumber) format to 00 so i get the right result (01-02-03-04-...)
now i created a query and i added this two fields and i created a calculated field [CodePrefix] & "-" & [CodeNumber]
CodePrefix = W-MUG
CodeNumber = 01
the result it will be W-MUG-01
but am getting W-MUG-1 instead of W-MUG-01
so what should i do
thanks in advance
i changed (CodeNumber) format to 00 so i get the right result (01-02-03-04-...)
now i created a query and i added this two fields and i created a calculated field [CodePrefix] & "-" & [CodeNumber]
CodePrefix = W-MUG
CodeNumber = 01
the result it will be W-MUG-01
but am getting W-MUG-1 instead of W-MUG-01
so what should i do
thanks in advance