Hi. I have several records against 1 JobID and REF_ROWS setup correctly, however no records show in the inline form? Can anyone help?
Can I see the structure of the âappQuotes.csvâ table?
Try placing the âjobidâ field as a reff type and pointing to the primary table.
The virtual column with the referenced fields must be created automatically.
That didnât work unfortunately. Regards
What other table has apart from âappQuote.csvâ?
QryTransport.csv holds the REF_ROWS(âAppQuotes.csvâ,âJobIDâ)
From the view âTransportToday_Detailâ there is an action, which goes to another view within this app: LINKTOFORM("AppQuotes.csv_Formâ, âRefâ, [JobID],âJobIDâ,[JobID])
The JobID is carried over to the AppQuotes.csv_Form, the rest of the data is enterred and saved.
I think I have it. QryTransport.csv has a numeric âkeyâ column, AppQuotes.csv has a text âkeyâ column.
How do I fix this guys?
Cheers
you have to relate those two tables.
by means of a reff column
In the âAppQuotes.csvâ table, place a new column called âIdQtâ(NO virtual) of type reff and in the Source table configuration select the âQryTransport.csvâ table. in the excel sheet âAppQuotes.csvâ in the âIdQtâ column you will place the ID codes of the âQryTransport.csvâ sheet that relate to âAppQuotes.csvâ. This article can serve you:
Hi Fredy, all sorted now thank you, I added a different column and synced the two together, all is well in the app world.
Kind Regards



