Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to build a user form where in i am fetching data from a file and have added some blank fields in it.
Now when i am trying to update a record it is not working for me. I am not receiving any error but it is not updating records in the table. Below is the query i have used and i am also attaching the qvw file.
= if(isnull(GetFieldSelections([Building ID])),'Select','Update Data_Table Set Key_Contact = '& chr(39) & '$(Key)' & chr(39) &' where [Building ID] = ' & GetFieldSelections([Building ID]) &';')
If anybody resolves this issue please also explain where the issue was so that i can do it accurately in future.
Appreciate assistance here.
See Duplicate post:
Regards,
Brett