I know the title here is going to make some people think I've lost my mind before the thread even begins. Let me lay out the context.<BR><BR>I do some consulting work for my former employer because ...
This is VB6 and Access 2000. The following code snippet very nicely calls a stored query in an Access database: conn.Open "dbtest" Dim rsTemp As ADODB.Recordset Set rsTemp = conn.Execute("Query1") If ...
Don’t have access to Access? You can use Excel to open the database you want, using the MS Query Wizard. Here’s how to multitask using Office’s versatile spreadsheet program. There’s data in your ...
What are the advantages of using Access as the front end to a SQL Server database? For starters, it’s likely that your client’s users will be more familiar with it, and it’s relatively easy to put in ...