T
Thomas Rector
I apoligize in advance, I have been going through the postings for
over 5 hours, and I have not found a solution I can make work.
I want to concatenate a listbox value with a sequencial number
defined as
DMax([ctrnlnumber])+1, that should look something like this:
=[ctrnltext] & "-" & DMax([ctrnlnumber])+1.
The output should look like:
JFSD-1001 then on each subsequent record:
JFSD-1002
JFSD-1003
"JFSD" is the listbox value from a query on a table with one record
set as JFSD
I want these number(s) to be "written" to a text field called
SmwRef in the same table as the other fields on the form, the table
name is SmwMain.
If possible I would like the solution to be handled in the
properties box, since I know even less about VBA or code.
Thanks Again, You guys as always are the greatest at making us
'want-a-bes' look good !!
Tom Rector
(e-mail address removed)
over 5 hours, and I have not found a solution I can make work.
I want to concatenate a listbox value with a sequencial number
defined as
DMax([ctrnlnumber])+1, that should look something like this:
=[ctrnltext] & "-" & DMax([ctrnlnumber])+1.
The output should look like:
JFSD-1001 then on each subsequent record:
JFSD-1002
JFSD-1003
"JFSD" is the listbox value from a query on a table with one record
set as JFSD
I want these number(s) to be "written" to a text field called
SmwRef in the same table as the other fields on the form, the table
name is SmwMain.
If possible I would like the solution to be handled in the
properties box, since I know even less about VBA or code.
Thanks Again, You guys as always are the greatest at making us
'want-a-bes' look good !!
Tom Rector
(e-mail address removed)