R
rc51wv
I have a table that it setup as:
"AutoNumber Key", "Employee ID", "Error ID", "Date" and "Trace Number"
The Error ID field can contain multiple Error codes, always a combination of
one letter and one or two numbers. The code for the form uses an array to
seperate these for display on a form but I need to be able to seperate these
for use in a table.
The first entry in the table for the Error ID field is "E1 E9 E10 E11 E13"
Is there a way to seperate this in a form or a way for the form to call up a
module that I can have code in to seperate these codes in the entry or is it
going to call for a redesign of the table and the way the data is handled?
-Thanks in advance for any replies help.
"AutoNumber Key", "Employee ID", "Error ID", "Date" and "Trace Number"
The Error ID field can contain multiple Error codes, always a combination of
one letter and one or two numbers. The code for the form uses an array to
seperate these for display on a form but I need to be able to seperate these
for use in a table.
The first entry in the table for the Error ID field is "E1 E9 E10 E11 E13"
Is there a way to seperate this in a form or a way for the form to call up a
module that I can have code in to seperate these codes in the entry or is it
going to call for a redesign of the table and the way the data is handled?
-Thanks in advance for any replies help.