Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Unrelated Data From Separate Tables

Status
Not open for further replies.

iisman

Technical User
Mar 6, 2005
85
CA
I currently have a page that gets data from one table, and displays th34e info for each item, and loops.
Code:
strSQL = "Select * From tblproj WHERE projcategory LIKE " & strShowCat & " AND projstatus Not LIKE 4"

I want to get data from a separate table, to populate a dropdown selection that needs to be displayed for each item.

does anyone know how i can do this?

thanks in advnace for the help
 
What do you mean by page? Your question suggests you are developing a web application.

If this is truly and Access question, you apparently have a combo box which has a Row Source property. This is generally a table or query.

Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top