If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > how to select ?(urgent)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-25-02, 15:25
kinki_ngmy kinki_ngmy is offline
Registered User
 
Join Date: Mar 2002
Location: malaysia
Posts: 9
how to select ?(urgent)

i have a form that contains ID(combobox), name(textbox),age(textbox)
these three fields is create under db1.mdb.
example:
ID=3000
Name=john
age=20
once the user select the ID from the combo box(select 3000), when the user release the mouse, the textbox of name will automatically appear
"John", how to do this? any code is appreciate.
Reply With Quote
  #2 (permalink)  
Old 06-26-02, 05:01
Smiley1 Smiley1 is offline
Junior Member
 
Join Date: May 2002
Posts: 17
Simple

use the mouse up event to trigger the query
When this is fired look at the no in the text box (3000). use this as the filter for the query. Get the desired name and put into the textbox

Regards
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On