Hi so on my app I have two tables
1: Enquiries
2: Customer
Both have a field custid set to number
I then have a repeating group that looks at all the enquires and in this repeating group is a jobcard that shows information from the enquiries table and the customer table (Which works and is right)
The repeating group is set to Enquiry and I have now put some search bars at the top to filter for date and a text field. I want to include a drop down for business name which I have done but the search results come back with nothing as this is all in the customer table not the enquiry table
I have tried a merge with do a search for customer table but it gives me a red text error
Please help its driving me crazy. In SQL I would just join the tables and then use that in the repeating group and the search bar would have all the information to work from
Cheers
Matt