Viewing 15 posts - 1 through 15 (of 30 total)
I guess I am getting into this game a little late but just started the articles since they were in the latest daily newsletter. Just read the Part 1 and...
September 12, 2012 at 5:36 am
OK, now the code is showing. Thanks.
November 4, 2011 at 5:51 am
Where's the code?
November 4, 2011 at 5:12 am
After you apply the sort you have to run the form's requery method to get the sort to show:
Me.Requery
January 23, 2009 at 5:19 am
I think I later reader that the debugger only works with 2008.
September 2, 2008 at 6:52 am
Does anybody know if the debugger in 2008 Management Studio works on SQL 2005? Also can you get 2008 Management Studio without buying the whole SQL 2008 package?
August 21, 2008 at 7:34 am
You're welcome!
August 29, 2007 at 12:04 pm
Sharon have you thought about converting the database to an Access Project (adp). It uses SQL Server as the back end and Access as the front. Your tables and queries...
November 28, 2006 at 5:25 am
That sure is a lot of code to pause for a few seconds. How about a For loop.
x=100000
For i = 1 to x
Next x
You could experiment with the value in...
October 6, 2006 at 5:24 am
I don't know where you're running the query from, the form Record Source or from one of the controls. If you want the query to update the form you can...
October 6, 2006 at 5:17 am
The DBA didn't make it clear what the problem was. I know somebody made some change that messed things up, but he didn't say exactly what it was. I do...
September 13, 2006 at 1:23 pm
It was something in Master, but they just fixed it. You could run a query on permissions in Query Analyzer and see them, but if you tried to look at...
September 13, 2006 at 11:31 am
Enterprise Edition 8.00.2039 SP4
It's the latest, greatest in the 2000 version. The DBA said he thinks the Master DB may have gotten corrupted.
September 13, 2006 at 7:35 am
Thanks Carl and Dick
The DoCmd.OutputTo acOutputStoredProcedure, strProcName, acFormatXLS, FilePath, False worked great. I didn't get a chance to try the RunSQL, but I try to keep all my queries as...
August 30, 2006 at 5:23 am
Viewing 15 posts - 1 through 15 (of 30 total)