Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create 000 in query output

Status
Not open for further replies.

mart10

MIS
Nov 2, 2007
394
GB
I am using MS Access 2003

I have a append query where the output needs to be 000

I ave put in Oracle cparty code: "000" in the field header but it keeps appending 0 not 000
 
What type of field is it your trying to put "000" into?

HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin

Get the most out of Tek-Tips, read FAQ222-2244 before posting.
 
Try adding a tic so that it is '000. I believe it "sees" 000 as a number which would be 0. The tic declares whatever follows is text.
 
You need the format command.
Putting the single quote will result in '000 in the field.


Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top