I have made an Autofill which is working.
Contacts & Tasks tables. In the Tasks details form Contact name is obtained from the Contacts tbl. Names and contact info is displayed.
It works well when all of the contacts fields are filled and if a contact is selected in the tasks details form.
Two problems.
1. The form does not always need to use the Contact AutoFill. Error occurs when we try to save the new Task Details if Contact field is empty. [The form does not let us continue unless the autofill field is used.] Sometimes that field needs to be left blank.
I am sure it is something like if null=.... what to say after null [I assume in the Event Tab /On Exit / ... / ? ]
2. If the Contact fields I am bringing in [just to view] are 5 fields. If they are not filled in the primary [Contact] table we get an error. Sometimes we don't have info for all the fields.
I believe the answer is similar to #1 If null.... but again I am sorry to say I don't know where to put the if statement and what to say afterwards.
Thank you in advance for your help and thoughts.
Lianne