Hello,
I am basically trying to do the following:
- One Table is the customer table, with name, address, etc
- The second table is the issue/problem table, with the issue, comments, last update, open/closed, etc
I want to be able to access it, through a form or otherwise, so that the first column is linked to the customer table’s last name/first name
like
C1:last name(and first name if possible) C2: Issue C3: Comments(and the other columns from the second table)
So I can basically add entries through a single form or table, choose the customer from a drop down, type the issue, and have some other columns that function as drop downs(such as status:open/closed, etc).
This would be fairly easy to do in a sharepoint list, but I’m trying to do it in some free way that can be used offline.