-
after SSMA combo boxes do not populate
I did SSMA (SQL Server Migration Assistant 2008) for my Access 2000 backend, to go to SQL Server 2008 Express. Now in my Access 2000 frontend, I can get VBA to talk to the database, and get data back from selects and can even insert/update. I am still using DAO 3.6 by the way. If you want, please tell me how bad that is especially for performance.
But my real problem is my combo boxes and list boxes are blank. They are generally Row Source/Type: Table Query, and then a simple query, like SELECT [stateid], [state] from [tblstates] order by [state]. How can I get these to work?
Thanks in advance for your replies.
EuniceH
I found out I needed to unlink tables then Get External Data and link to the SQL Server tables, then edit the name and take out the "dbo_", then everything went fine with my combo boxes.
Last edited by EuniceH; 04-25-2011 at 07:44 PM.
-
 Originally Posted by EuniceH
I found out I needed to unlink tables then Get External Data and link to the SQL Server tables, then edit the name and take out the "dbo_", then everything went fine with my combo boxes.
So, does this mean your issue is resolved?
I don't know about performance as I haven't used DAO since about 1996 or 1997 so I have nothing to use for comparision, but it is very, very, very old technology. Is there a reason why you are not using ADO?
-
I'm using DAO because I inherited the VBA code
I'm using DAO because I inherited the code that way. I could switch to ADO, but was hoping just a switch in the back end db would help performance.
Similar Threads
-
By viperor in forum Database
Replies: 1
Last Post: 04-09-2008, 07:28 AM
-
Replies: 7
Last Post: 08-15-2002, 03:05 AM
-
By Bryan in forum VB Classic
Replies: 0
Last Post: 06-29-2000, 12:57 PM
-
By Grant in forum VB Classic
Replies: 1
Last Post: 05-01-2000, 01:11 PM
-
By Grant in forum VB Classic
Replies: 0
Last Post: 05-01-2000, 12:02 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|