Viewing 14 posts - 76 through 89 (of 89 total)
Hi John & sturner,
John's way is what I believe to be the standrard way, adding non client data to the tbl Client, but surely this breaks the rules of data...
November 4, 2011 at 8:05 am
Hi,
Good advice was reappraising the size of tables and I think one table could have 500,000 records after 5 years.
But still think the free version of Sql server will do...
October 31, 2011 at 7:59 am
Yes green and wet behind the ears!
But maybe i didn't explain it right i am familiar with the object orientated programming paradigm, i understand the principles behind encapsulation too.
I...
October 26, 2011 at 5:56 pm
Hi
I currently login in as admin which has sa right and everything works perfectly but the error still arises everytime I open ssms!
Excuse my ignorance should i connect as sa?,
October 20, 2011 at 5:14 pm
Hi SSCoach
Can you explain a little more, excuse my.igborance but what do you by objrct do you mean recordset type? or table?
Kind regards
😀
October 20, 2011 at 5:10 pm
No thank you.
But now that I can view my tables, my next questions is how do I update my records !
I think I would do one at a time but...
October 18, 2011 at 3:48 pm
The magic just worked today.
Here is the working code, problem lay in the name of Source !
Thanks for help everyone, I go there in the end !
Private Sub Command15_Click()
Dim...
October 18, 2011 at 11:28 am
Hi,
Yes here is you original code and it stop/timesout at 'open' as well
Private Sub Command15_Click()
Dim con As ADODB.Connection
Dim cmd As ADODB.Command
Dim rs As ADODB.Recordset
' DB Connect and query
'...
October 18, 2011 at 11:06 am
Thanks old hand.
Tried your code but without success. My sql server is loaded on my PC along with ma access.
I have no problems linking tables between SQL Server and...
October 18, 2011 at 10:50 am
Thanks, typed it in a hurry.
Will give it a go tomorrow and let you know !
Regards
October 16, 2011 at 5:20 pm
Hi Guys,
That a good help, this is how far I have got tho from putting code togethermn, still not working !
Rem Open a connection without using a...
October 15, 2011 at 12:45 pm
Thanks again SSCrazy.
I have linked tables working now between access 2993 and sql server 2008 and for me that's a big step forward.
Although all my tables are linked...
October 14, 2011 at 3:21 pm
Hi,
Thats great, I am just getting it all togther and practicing with SSMS etc. I have my tables and realtionships created.
So in my Access databse I have form FrmClients...
October 14, 2011 at 8:44 am
Viewing 14 posts - 76 through 89 (of 89 total)