Hello,
Could someone please help with this problem i am having with SELECT query in VBA.
I created a copy of table A = copyA. Table copyA has all correct data in it.
I then reset some fields in original TableA to NULL. All OK.
Now when i use the DoCmd.OpenQuery(tmpSQL) in VBA (looking at the...