I need some help, I need to create a form that when a user wants to enter a new record, the id will be based on what type of record they are adding.
For example, there is a list of training courses (A-##, B-##, C-##) where the ## is the training course incident. When the user wants to add a new record he is first selected for which training course (A,B,C) and the new record id will be B-(max(##)+1).
Does anyone have any ideas how this is possible? I tried using one form for the filter criteria of which training course but I am having trouble actually creating the ID once the course is selected.
Thanks,
Lisa
For example, there is a list of training courses (A-##, B-##, C-##) where the ## is the training course incident. When the user wants to add a new record he is first selected for which training course (A,B,C) and the new record id will be B-(max(##)+1).
Does anyone have any ideas how this is possible? I tried using one form for the filter criteria of which training course but I am having trouble actually creating the ID once the course is selected.
Thanks,
Lisa