C
cINDI
I need to create a macro that when in a form, if you
double click the field and the field is blank then it
opens up a related form in "Add New Record" mode. If the
field is not blank, when I double click, I want it to
open the form to to current record.
Example. I have a field that contains employee names.
If I double click on the name field and itis blank, then
open the Employee_HR form and allow me to add a new
employee. If it already has Jane Doe in the field, open
the Employee_HR form with Jane Doe's record on display.
I know it is simple, but I can't figure it out.
Thanks in advance!
double click the field and the field is blank then it
opens up a related form in "Add New Record" mode. If the
field is not blank, when I double click, I want it to
open the form to to current record.
Example. I have a field that contains employee names.
If I double click on the name field and itis blank, then
open the Employee_HR form and allow me to add a new
employee. If it already has Jane Doe in the field, open
the Employee_HR form with Jane Doe's record on display.
I know it is simple, but I can't figure it out.
Thanks in advance!