Click here to Skip to main content
15,914,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vector Pin
Christian Graus27-Feb-08 23:18
protectorChristian Graus27-Feb-08 23:18 
GeneralRe: vector Pin
Colin Angus Mackay29-Feb-08 0:44
Colin Angus Mackay29-Feb-08 0:44 
GeneralRe: vector Pin
MidwestLimey29-Feb-08 5:58
professionalMidwestLimey29-Feb-08 5:58 
GeneralRe: vector Pin
Danisto2-Mar-08 19:36
Danisto2-Mar-08 19:36 
Questionvb code on dates Pin
Danisto27-Feb-08 21:58
Danisto27-Feb-08 21:58 
GeneralRe: vb code on dates Pin
Christian Graus27-Feb-08 22:58
protectorChristian Graus27-Feb-08 22:58 
GeneralRe: vb code on dates Pin
Paul Conrad28-Feb-08 6:43
professionalPaul Conrad28-Feb-08 6:43 
QuestionSearching a Specific Record from DB !! Pin
Vikrant Badhai27-Feb-08 21:27
Vikrant Badhai27-Feb-08 21:27 
Hi,

I am Developing a software using VB6.0 as Frontend and MSAccess as Backend. I have used ADODC component and ODBC connection string to connect to DB. I am looking for a code to SEARCH THE DB for a specific record in a specific field and then DISPLAY THE SAME RECORD in the corresponding objects in the Frontend. For e.g:- Suppose, if I gave criteria as Resolution Number = 143162216 using a TextBox, then the code should search the entire table under the column named 'Resolution_Number' and if that No. is found, then the whole information regarding that Resolution Number is displayed at the frontend application (VB6.0) in that specific object,e.g:- for 'User Name' I have used a TextBox, then the 'Name' in the table should be displayed in that TextBox, for 'Type Of User' I have used a ListBox, then the 'User Type' from the table must be displayed in that ListBox.

I tried the 'Find' property of the 'RecordSet' object, but it did not worked properly. Also i tried the assignment operator(=) to assign the value of the field in the table to the corresponding object (Textbox, ListBox,etc.), but that also didn't worked.


Awaiting for help.

Thanx & Regards.

Success is not a Destination,
... But a Journey !!

AnswerRe: Searching a Specific Record from DB !! Pin
Christian Graus27-Feb-08 23:00
protectorChristian Graus27-Feb-08 23:00 
GeneralRe: Searching a Specific Record from DB !! Pin
Vikrant Badhai27-Feb-08 23:05
Vikrant Badhai27-Feb-08 23:05 
GeneralRe: Searching a Specific Record from DB !! Pin
Christian Graus27-Feb-08 23:10
protectorChristian Graus27-Feb-08 23:10 
GeneralRe: Searching a Specific Record from DB !! Pin
Thomas Krojer27-Feb-08 23:22
Thomas Krojer27-Feb-08 23:22 
GeneralRe: Searching a Specific Record from DB !! Pin
AndrewVos27-Feb-08 23:30
AndrewVos27-Feb-08 23:30 
GeneralRe: Searching a Specific Record from DB !! Pin
Dave Kreskowiak28-Feb-08 3:11
mveDave Kreskowiak28-Feb-08 3:11 
GeneralRe: Searching a Specific Record from DB !! Pin
Vikrant Badhai6-Mar-08 20:52
Vikrant Badhai6-Mar-08 20:52 
GeneralRe: Searching a Specific Record from DB !! Pin
Jeremy Falcon28-Feb-08 3:48
professionalJeremy Falcon28-Feb-08 3:48 
GeneralRe: Searching a Specific Record from DB !! Pin
Eytukan28-Feb-08 5:28
Eytukan28-Feb-08 5:28 
GeneralRe: Searching a Specific Record from DB !! Pin
Paul Conrad28-Feb-08 6:46
professionalPaul Conrad28-Feb-08 6:46 
GeneralRe: Searching a Specific Record from DB !! Pin
Eytukan28-Feb-08 5:32
Eytukan28-Feb-08 5:32 
GeneralRe: Searching a Specific Record from DB !! Pin
Shog928-Feb-08 3:49
sitebuilderShog928-Feb-08 3:49 
GeneralRe: Searching a Specific Record from DB !! Pin
Vikrant Badhai6-Mar-08 21:00
Vikrant Badhai6-Mar-08 21:00 
GeneralRe: Searching a Specific Record from DB !! Pin
Jeremy Falcon28-Feb-08 3:53
professionalJeremy Falcon28-Feb-08 3:53 
GeneralRe: Searching a Specific Record from DB !! Pin
Paul Conrad28-Feb-08 6:48
professionalPaul Conrad28-Feb-08 6:48 
GeneralRe: Searching a Specific Record from DB !! Pin
Paul Conrad28-Feb-08 6:45
professionalPaul Conrad28-Feb-08 6:45 
QuestionHow can I associate two checkboxes in two different forms? Pin
JUNEYT27-Feb-08 16:30
JUNEYT27-Feb-08 16:30 

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.