MichaelaLee
Programmer
Hi Everyone,
I have a need to convert an int field to a string. For example, if the int field contains 39, I need to the output to look like "NF00039". Actually what I'm doing is using a support table to get the next Key value and that returns an Int. Then I need to take that value and convert it as above then add a new record to the main table using the formatted string as the key. Thanks for any help.
Michael Lee
I have a need to convert an int field to a string. For example, if the int field contains 39, I need to the output to look like "NF00039". Actually what I'm doing is using a support table to get the next Key value and that returns an Int. Then I need to take that value and convert it as above then add a new record to the main table using the formatted string as the key. Thanks for any help.
Michael Lee