M
Matt
Office '03
I have a query that looks like this:
SELECT "09 - " & [Incident number] AS Incident, Format(Date(),"mm/dd/yy") AS
[Date], Incidents09.[sec assoc], Incidents09.Location, Incidents09.Area,
Incidents09.[Involved Parties], Incidents09.Classification,
Incidents09.[Description of Incident], Incidents09.[Incident Closed]
FROM Incidents09;
I am needing to now add zeros to those incident numbers that have less than
3 digits. (ie 09-1 to 09-001 and 09-50 to 09-050) How can I do this?
Thanks
I have a query that looks like this:
SELECT "09 - " & [Incident number] AS Incident, Format(Date(),"mm/dd/yy") AS
[Date], Incidents09.[sec assoc], Incidents09.Location, Incidents09.Area,
Incidents09.[Involved Parties], Incidents09.Classification,
Incidents09.[Description of Incident], Incidents09.[Incident Closed]
FROM Incidents09;
I am needing to now add zeros to those incident numbers that have less than
3 digits. (ie 09-1 to 09-001 and 09-50 to 09-050) How can I do this?
Thanks