Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access ODBC Client Server > Rowsource for c...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 7 Topic 1396 of 1511
Post > Topic >>

Rowsource for combo box doesn't work anymore

by =?Utf-8?B?am9uZWZlcg==?= <jonefer@[EMAIL PROTECTED] > Sep 13, 2007 at 07:56 PM

I'm working with ADO for this Access Data Project (ADP), I have a combo box

that fills up with supervisors related to cost centers selected in another

table.

I used to just fill the rowsource with an SQL String on the GOT FOCUS
event.
This used to work fine.

I decided to use Transactions with ADO and now when I'm in the middle of a

transaction I get a timeout error on the Got Focus event....

What should I do to make the rowsource work again?

Here is the SQL String


Dim strSQL As String

    'strSQL = "SELECT * from vwSups cmbSups " _
        & "WHERE exists (Select * " _
        & "FROM tbl_Delegatee_CC as DelCC " _
        & "WHERE cmbSups.[Cost Center] = DelCC.FullCCNum and Del_ID = " & 
lDelID & ") and not exists (select * " _
        & "FROM tbl_DelSup DelSups " _
        & "WHERE Supervisor = cmbSups.Supervisor and DelID = " & lDelID &
")"
 




 7 Posts in Topic:
Rowsource for combo box doesn't work anymore
=?Utf-8?B?am9uZWZlcg==?=   2007-09-13 19:56:01 
Re: Rowsource for combo box doesn't work anymore
"Jeff Boyce" &l  2007-09-18 14:40:31 
Re: Rowsource for combo box doesn't work anymore
=?Utf-8?B?am9uZWZlcg==?=   2007-09-18 18:04:00 
Re: Rowsource for combo box doesn't work anymore
"Jeff Boyce" &l  2007-09-19 12:14:36 
Re: Rowsource for combo box doesn't work anymore
"Sylvain Lafontaine&  2007-09-25 17:59:19 
Re: Rowsource for combo box doesn't work anymore
"R.Peters" <  2007-09-25 11:53:23 
Re: Rowsource for combo box doesn't work anymore
"Sylvain Lafontaine&  2007-09-25 16:10:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 19:57:31 CST 2008.