Click here to Skip to main content
15,905,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralChange SQL Server startup account to SA Pin
Toms Edison14-Jul-05 0:46
Toms Edison14-Jul-05 0:46 
GeneralRe: Change SQL Server startup account to SA Pin
Dave Kreskowiak14-Jul-05 1:16
mveDave Kreskowiak14-Jul-05 1:16 
GeneralSelecting dropdown value automatically Pin
macca2414-Jul-05 0:44
macca2414-Jul-05 0:44 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:50
Gavin Jeffrey14-Jul-05 0:50 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:53
Gavin Jeffrey14-Jul-05 0:53 
GeneralRe: Selecting dropdown value automatically Pin
macca2414-Jul-05 0:56
macca2414-Jul-05 0:56 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 1:42
Gavin Jeffrey14-Jul-05 1:42 
General<help me>Access Pin
vtalau13-Jul-05 23:44
vtalau13-Jul-05 23:44 
Help me
I have a trouble again with M.Access. I have a combo-box on a form, and this combo-box has the responsibility on showing the Query which creates the 4-column table, including Company,Name,Address and ClientID.

My purpose is that I want to show this Query in the combo-box in the order A-Z, before the blank company items.
My solution:
I create a query like below:
select .........
from nhanvien
where company is null
union
select .........
from nhanvien
where company is not null
However, the result isn't right like my hope. I think that the reason is because of the order of the ClientID which is the primary key...As a result, the destination query automatically sorts on the ClientID order.
Thinking of the solution :
I don't know how to do to archieve that result. I think so much about the SQL sentence of the above query. I believe that there's another SQL sentence helping me to solve this problem. I'm very happy whether you give me a SQL sentence to do that or another solution to obtain the same result ....

Thanks so much <vtalau>
GeneralRe: &lt;help me&gt;Access Pin
SBendBuckeye14-Jul-05 13:01
SBendBuckeye14-Jul-05 13:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm13-Jul-05 20:01
Rudy Schramm13-Jul-05 20:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Dave Kreskowiak14-Jul-05 1:13
mveDave Kreskowiak14-Jul-05 1:13 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm15-Jul-05 2:22
Rudy Schramm15-Jul-05 2:22 
QuestionMessage Box new line? Pin
phraser13-Jul-05 11:35
phraser13-Jul-05 11:35 
AnswerRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:39
protectorChristian Graus13-Jul-05 12:39 
GeneralRe: Message Box new line? Pin
phraser13-Jul-05 12:42
phraser13-Jul-05 12:42 
GeneralRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:44
protectorChristian Graus13-Jul-05 12:44 
GeneralRe: Message Box new line? Pin
[Marc]13-Jul-05 17:34
[Marc]13-Jul-05 17:34 
Generalmultiple users updating access db Pin
jimbodenny13-Jul-05 7:49
jimbodenny13-Jul-05 7:49 
GeneralRe: multiple users updating access db Pin
ToddHileHoffer13-Jul-05 8:15
ToddHileHoffer13-Jul-05 8:15 
GeneralRe: multiple users updating access db Pin
jimbodenny13-Jul-05 11:50
jimbodenny13-Jul-05 11:50 
GeneralRe: multiple users updating access db Pin
Dave Kreskowiak14-Jul-05 3:39
mveDave Kreskowiak14-Jul-05 3:39 
GeneralRe: multiple users updating access db Pin
jimbodenny14-Jul-05 7:36
jimbodenny14-Jul-05 7:36 
GeneralRe: multiple users updating access db Pin
jimbodenny14-Jul-05 7:37
jimbodenny14-Jul-05 7:37 
GeneralAccessing VB6.0 Resource Editor at runtime Pin
Rudy Schramm13-Jul-05 7:31
Rudy Schramm13-Jul-05 7:31 
GeneralRe: Accessing VB6.0 Resource Editor at runtime Pin
Dave Kreskowiak13-Jul-05 9:02
mveDave Kreskowiak13-Jul-05 9:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.