Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Filling the row with data from query after entering value in first column
posted

Hi,

I have a situation where after user has typed the data in the first column and pressed tab, a query will be performed and the resulting data should fill the rest of the columns.

 

Col 1                      col2

+-----------------|+------------|---------------|--------------------|

12345 & tab        Should populate rest

 

Thanks.