G
Guest
I used this Statement in Access 97 to make table and now after upgrading to
Access 2003 this statement is not working. If I use this as Select query it
works fine but not with Make table... What am I doing wrong? Thanks in
advance.
SELECT DISTINCT dbo_bondfile.adp, dbo_bondfile.desc1 INTO Description
FROM dbo_bondfile;
Access 2003 this statement is not working. If I use this as Select query it
works fine but not with Make table... What am I doing wrong? Thanks in
advance.
SELECT DISTINCT dbo_bondfile.adp, dbo_bondfile.desc1 INTO Description
FROM dbo_bondfile;