I am working on helping to solve a paper problem to digital solution (The client had a paper template for tracking clients in various states)
I have
Table 1 Contacts: Fields are:Full Name, first name, last name, phone, email, type of client and date added ( the date contact engaged with the client).
I created a nice interface form with first name, last name, phone, email, type of client and date added
The primary field Full Name is a function of creating Last Name, First for the record.
Client loves it.
I am making an Activities Table to track activities around the clients and create a form to help with adding that information to the Table. However, I am using lookup Full Name from Contacts to be able to select the client and start the form out with some pre-populated information.
If I manually select in the VIEWS side of the Table Lookup full name - the selected additional fields are auto-populated with the data (specifically phone and email address from Contacts) with new record
Problem is the Interface Form designer doesn't let me add the fields (specifically phone and email address from Contacts) that I want to pre-populate.
What am I missing here?