G govuser1 Registered User. Local time Yesterday, 21:10 Joined May 14, 2012 Messages 11 Dec 17, 2013 #1 Resolved. Thank you Last edited: Mar 10, 2014
pbaldy Wino Moderator Staff member Local time Yesterday, 21:10 Joined Aug 30, 2003 Messages 36,157 Dec 17, 2013 #2 For starters, try changing SELECT tblCoss.*, tblCoss.Loc, * to SELECT tblCoss.* as the others just confuse the issue and will cause Access to do weird things with field names. I personally would do: ...And tblCoss.Loc <> "SCHED"
For starters, try changing SELECT tblCoss.*, tblCoss.Loc, * to SELECT tblCoss.* as the others just confuse the issue and will cause Access to do weird things with field names. I personally would do: ...And tblCoss.Loc <> "SCHED"