• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone here good with MS Access?

wasssup

Diamond Member
I'm writing a simple SQL query for my database class, but I haven't been able to get the 'intersect' function to work...and after doing a bit of googling, i found out MS Access doesn't even support 'intersect'! (and we can only use access)...

is there any alternative? 🙁
 
What do you want to do?


(PS: This thread would be best answered if posted in the Programming forum 😉 - Can any Mod move it?)
 
ahh...i ended up getting it to work with by defining the tables twice with two variables, and checking at the end to see if they exist in both. Guess i'll read up on the 'join' and 'inner join' features...and i'll make a new thread in the Programming forum 🙂

thanks for the help
 
Back
Top