As I was writing the following query, I tried to use SQL prompt to access the field names for the table. It worked great for the first field, but when i tried to access the list again for the second field, it return an empty list.
Insert Into Table1 (Field1, Field2, Field3)
Values (1,2,3)
Insert Into Table1 (Field1, Field2, Field3)
Values (1,2,3)