I am trying to set up a form for entering data. The first field in the form is the project number. When entering a New Record, I would like the current view to automatically jump to that record if that project number already exists. IF not, it allows you to continue entering the rest of the fields.
I have tried having two forms, one that only allows the entering of the project number, then it opens a new form with the condition of the project number being equal to that of the entered number. This sort of works except that the form that opens will not allow data to be modified. It also creates a new record in the table instead letting you modify the existing one. Ugg.
There MUST be a simple way to do this.
Any help will be greatly appreciated.
P.S. I am not very skilled in the macro language, I usually use the expression builder.
Thanks,
Dan
I have tried having two forms, one that only allows the entering of the project number, then it opens a new form with the condition of the project number being equal to that of the entered number. This sort of works except that the form that opens will not allow data to be modified. It also creates a new record in the table instead letting you modify the existing one. Ugg.
There MUST be a simple way to do this.
Any help will be greatly appreciated.
P.S. I am not very skilled in the macro language, I usually use the expression builder.
Thanks,
Dan