Viewing 14 posts - 1 through 14 (of 14 total)
Just an update:
This question has been resolved ... thank you Google ....
If anyone would like to see the solution to this dilemma, you can view the rather...
May 17, 2005 at 3:26 pm
Michael,
I have built a moderately sized application using SQL Server 2000 and Access 2002 as the front end. I chose Access over VB for two reasons: I know VB at...
May 4, 2005 at 8:17 am
Louise,
I think Kathi was on the right track by using an aggregate query. You do have to keep in mind what...
April 28, 2005 at 8:38 am
Shawn,
The following comes from VBA's Help file in the Bookmark Property Topic. I think it partly explains some of your problems:
Requerying a form invalidates any bookmarks set...
April 22, 2005 at 7:02 pm
Stewart,
Thank you so much for all your help.
Kyle.
April 21, 2005 at 6:30 am
Thank you VERY much to all that responded!
After making a few changes in the way the SP is called, the first few tests seem to indicate that everything is working...
April 20, 2005 at 10:08 am
Dinakar,
Yes. The SP that doesn't work in Access will run from query analyzer with hard-coded parameters and I have checked the strings that VBA sends to SQL server to ensure...
April 19, 2005 at 9:19 pm
mattbristow,
I'm not sure from where you are calling "QryFrmSearchCentre", but if it is used as the RecordSource for a form, you might try dropping the "dbo". I've had a similar...
April 12, 2005 at 8:00 am
m,
I had a similar problem with my Access app. I re-wrote a stored procedure without setting NoCount ON at the beginning of the SP. This caused the report to open,...
April 8, 2005 at 8:33 am
David and athurgar,
Thank you very much for the quick replies. I was thinking MSDE would be the best bet. I hear that SQL Server Express doesn't connect to an Access...
March 8, 2005 at 8:49 am
I agree with Mr. Smilevski that 50K records is a lot for a combo box. Could you use another combo box to limit the combo box recordset to something more...
September 9, 2004 at 7:11 am
I'm very new to programming in general, especially db stuff. I've used the Microsoft SQL Server 2000 Bible by Paul Nielsen from Wiley Press. It's very thorough. The book covers...
July 28, 2004 at 8:09 am
Gerardo,
I don't know the details of what kind of page you need or how to create one, but I think the ASP.NET website might be a good place to start.
At...
July 21, 2004 at 11:53 am
Peter,
Thank you very much for your quick reply. Your solution is close I think, but I will need to do some testing on it to see if it can be...
July 20, 2004 at 8:52 am
Viewing 14 posts - 1 through 14 (of 14 total)