Here's what I was trying to use:
SELECT *
FROM tblCountries.Disallowed
WHERE ((("[Country]")="" & [forms]![frmCountryDetail]![Country] & ""));
But it's not working at all, baring in mind I got this from someone else on another forum so that might be why, I can take more screenshots of specific...
Okay so basically below is the table I'm linking to a list box, the field i'm focusing on is the 'Disallowed' field:
Now this is the form i'm linking it too:
As you can see the list box on the right is currently just showing the whole column under the Disallowed list, but I want it to show the...
Hello everyone, I basically joined to get some help with a Query I'm trying to run, I'll most likely stick around incase I have anymore issues. Looking forward to talking to you all!