Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-03-13 : 16:57:22
|
Phillip writes "Hi there. I'd like to know how to do cross-table joins in SQL and Access. I know how to do this in a MySQL database:
Select k.companyid, k.companyname, i.head, i.description, i.content From key k, info i where companyid > 0
However, this doesnt work in ASP & Access. I'm working with Access 97, ASP v3.0 and Win NT4. My db has multiple tables which i need to cross-reference.
Can you help?" |
|
|
|
|