• 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.

How to query in access

Stalker

Member
where
SIMON 44322
SIMON 12345
SIMON 34857
JERRY 74355
JERRY 12346

to
SIMON 44322 12345 34857
JERRY 74355 12346
 
If such a thing is possible I think you'll need to look at "group by" and some sort of concatenation function. sql queries aren't really meant to produce results like that. You might want to consider doing it manually in your application.
 
Back
Top