Hello, I am in a pickle and would like to know how to achieve the following
Context: I am creating a table with contract details as both an internal database and also as a database that external contractors can use to check specific contract details based on the serial number of a hardware in the contract.
Problem faced: I cannot figure out how to allow external contractors to search based on serial number without also allowing them full view of the entire database. I have tried using Interface for it but the vertical format it displays the results in, isn’t ideal as I require the results to be shown in a “table format” (horizontal)
How can I achieve this?
Thank you