My Assistant
![]() ![]() |
|
|
Jul 22 2008, 03:30 PM
Post
#1
|
|
|
New Member Posts: 1 |
I need to combine two fields with a query and format the number of decimal places in the new field. I have one field which is a "1" and I need to format as "001" and another which is a counter field and needs to be formatted like "00001". Then I need to join both fields in to one where it is shown as "001-00001". I am new to this and need all the help I can get and thank you in advance for taking the time.
JimmyP |
|
|
|
Jul 22 2008, 03:32 PM
Post
#2
|
|
|
UtterAccess VIP Posts: 31,413 From: NC, USA |
Hi,
I'm not exactly sure why you need to do that but you can probably use the format function for this e.g.: YourNewCombinedField: Format([FirstOtherField],"000") & "-" & Format([SecOtherField],"00000") HTH Good luck |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 26th May 2013 - 01:07 AM |