I'd like the value of a combo box (which can be one of four values) to force the format of another field to a certain initial alphanumeric string. For example, if the combo box value is "A", then I want the value of field "Batch" to start out as "A3456-789-####", where the #s can be any character, user-entered, but the A3456-789- should stay as a default value that could be changed. If the combo box value is "B", then I need the Batch field to be something like "B12-12YZ12-#######". The two formats are similar only in that they have two hyphens; the number of characters between them are different.
I'm pretty Java-stupid, so if there's a way to do it without, all the better...but I can learn.
I should also probably mention that I'm using Acrobat 8.
George