• If you dont mind can i get a clear picture what should i do with this below statement

    5. Enter ="%" & Parameters!YourParam.Value & "%" replacing "YourParam" with the actual parameter name.

    6. In the Query Designer add LIKE @YourParam to the filter for the column you are looking to search in.

    5--> let say i have parameter name @dbserach

    so what should i write

    6--> where dbname like @dbsearch is this correct

    sorry i am new to this