Hi People,
I am getting error in find duplicate SQL on DoCmd runsql strsql1 statement.
What I am doing is declaring p as an alias for table name, because I am taking table name as input from user from the form. That table is already in the DB. When I do MsgBox "" & p, in place of table name it...