Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to create a string that combines multiple value types but have been unsuccessful. I just found this site so I thought I would see if any of you could help.
I want to create an ID that combines static text, a variable (looked up from a table), and a formatted number.
An example would be DV-FIN001:
I figure that I need to create a string in VB as a Public Function like this (not exact as I cannot get it to work):
strID = "DV-" & "[table_name]Category.value" & "000"
I would appreciate any thoughts you may have on solving this issue.
Thanks!
I want to create an ID that combines static text, a variable (looked up from a table), and a formatted number.
An example would be DV-FIN001:
I figure that I need to create a string in VB as a Public Function like this (not exact as I cannot get it to work):
strID = "DV-" & "[table_name]Category.value" & "000"
I would appreciate any thoughts you may have on solving this issue.
Thanks!