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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make-table queries for Web?

Status
Not open for further replies.

createmedia123

Technical User
Sep 20, 2006
4
MX
Hello All, I'm using MS Access 2003 for a web DB... Am wondering.. is it bad to use Make-Table queries for the web..? Or should I just do all the SQL joining and linking stuff just with more SQL code?

Just curious about the impact Make-Table queries have on the Web.. Slower? Not a good idea?

Thanks for any input you can give :)
John
 
Not sure what you want to do. A make-table query creates a new table WITHIN the Access database which would be on the server side. The result wouldn't be shown or known across the web.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top