Hello,
I have a table with fields named “4”, “5”,“6” … , which content is two digit numeric (e.g 0,1,25 …).
When I create a basic form , the contents of fiels appears as the column names 4,5,6.
Is there a way to tell scriptcase how to do the select ? ( I guess the select should be SELECT [4],[5],[6] … FROM TABLE … )
Thanks in advance