I want to do simply this in MS Access.
PARAMETERS pTableName;
SELECT * FROM pTableName;
This doesn't work ( if it did I wouldn't ask you :) ) but is it clear
what I want to do? Just with passing table names or columns as
parameters I want to change my query but not using any programming
language as Java, VB, C# ... Just like Stored Procedure in SQL Server I
want to create this query and call it from my proc.
Your urgent helps needed. Thanks.
DeepHalo
PARAMETERS pTableName;
SELECT * FROM pTableName;
This doesn't work ( if it did I wouldn't ask you :) ) but is it clear
what I want to do? Just with passing table names or columns as
parameters I want to change my query but not using any programming
language as Java, VB, C# ... Just like Stored Procedure in SQL Server I
want to create this query and call it from my proc.
Your urgent helps needed. Thanks.
DeepHalo
Comment