I have an access database that has a simple table with 2 fields:
id and url.
It basically stores a large numer of web domains. What I'm trying to do is sort this table by extensions, so I can have all the .coms together followed by the .nets, and I don't know how to query it to do this.
the second thing I need to do is sort by a part of the domain name.
Let's assume I have 2 sites one, and
How can I get these 2 to be together, sorted by the common word chess.
Any help would be greatly appreciated.
id and url.
It basically stores a large numer of web domains. What I'm trying to do is sort this table by extensions, so I can have all the .coms together followed by the .nets, and I don't know how to query it to do this.
the second thing I need to do is sort by a part of the domain name.
Let's assume I have 2 sites one, and
How can I get these 2 to be together, sorted by the common word chess.
Any help would be greatly appreciated.