I am filling a table from a Connection. You can see the connection below along with it's table in the background. The connection passes an SQL Select statement to a MS SQL Server via OLE DB. I would like to modify the query to use the to date in Table 2. I can see a parameter button at the bottom of the definition of the Connection Property window, but it is grayed out. Is there a syntax to type the cell reference right the query? I tried replacing the date in the query with Table2[From Date], but got a syntax error. Is there a special character that I need to put in from of it?