fine. will you pls give me some more on search like i need to give error if we give wrong data in textbox. how to display error message in label like inputed data is not exits in database
Thank you for the video :) can you please let me know how i can do the following:
1- Search by ID number of a client in Text Field when clicking "Search" button. I want to display results in the same form (DataGridView VB 2010)...once I get the result I wanna double click on it and open the client's form.
@msaccessdev oh now its working thanks! can you please tell me how to redirect when you double click one info from the list box? it's our project and i couldnot do it. please? :)
Hi you really did a great job... :) Just one thing .. i can't access the records on the other form whenever i double click the data. Can u send it on my email pls? here's my email.. jessa.monicaf@gmail.com thanks by the way im a college student in the philippines.. tnx
@msaccessdev Dude, this is awesome thankyou. In the listbox VB there's a double comma before the stWhereClause at the end. Im getting a missing operator error from this and am guessing this is because a filter name (or similar) needs inserting between the commas. Is this correct and if so, what should i insert to get this to work? Thanks again.
@umair0001 The stWhereClause is defined as ReferenceNumber in my code, (OrderRowID in the original). The debugger steps through each line until it hits the double commas and then throws up the 'missing operator' error. Can you elaborate on your comment?
Hi... sorry to bother you... I tried to use this code, but I don't know what I did wrong... Private Sub Texto1_Change() On Error GoTo Err_Texto1_Change Dim strSource As String strSource = "SELECT Área" &_ "FROM INVENTARIO" &_ "Where Área Like'*" & Me.Texto1.Text& "*' " Me.Lista1.RowSource = strSource Exit_Texto1_Change: Exit Sub Err_Texto1_Change: MsgBox Err.Number & " " & Err.Description Resume Exit_Texto1_Change End Sub and how you open the form when double clicking the selected on the list?
Hi. I tried the code but failed. can u check my code and tell me whats wrong with it? because im a totally beginner in access.
Private Sub txtProperty_Change()
On Error GoTo Err_txtProperty_Change
Dim strSource As String
strSource = "SELECT Group, Group Coordinator, Laboratory, Period, Time, Date, Number of Students" &_ "From VenueLab" &_ " Where Laboratory Like '*" & Me.txtProperty.Text & "*' " _ & "Or Group Coordinator Like '*" Me.lstSearchResults.RowSource = strSource
fine. will you pls give me some more on search like i need to give error if we give wrong data in textbox. how to display error message in label like inputed data is not exits in database
chetansj10 6 days ago
Thank you for the video :) can you please let me know how i can do the following:
1- Search by ID number of a client in Text Field when clicking "Search" button. I want to display results in the same form (DataGridView VB 2010)...once I get the result I wanna double click on it and open the client's form.
thank you very much
somePalestinian 3 weeks ago
how about the code
thugs0prince 3 weeks ago
what the code of that
thugs0prince 3 weeks ago
can you plzz tell me the code on c# of same thing
SKHANCHANNEL 2 months ago
sir...can i have the source code example on how you do that? thanx if u could help...it important for me..
ATnimk 2 months ago
This has been flagged as spam show
Fuck you are pro!!!
TheDanishHacker1 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
TheDanishCoder 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
qfwergergrth 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
qwfwfgwgerg 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
dulugterafdiller 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
lortianus 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
fuckdulugterlort 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
grimmedignu 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
vixernasty5 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
vixernasty4 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
vixernasty3 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
vixernasty2 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
vixernasty 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
ReaKoN1337 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
fzk2k11 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
hdtuttifrutti 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
K1zz41337 3 months ago
This has been flagged as spam show
Fuck you are pro!!!
BOTTERK1zz46 3 months ago
@msaccessdev sir i have problem to link to another form..can i have the example of source code sir?
learnvb91 3 months ago
@msaccessdev oh now its working thanks! can you please tell me how to redirect when you double click one info from the list box? it's our project and i couldnot do it. please? :)
poisoneffinivy 5 months ago
i got an error messege of invalid character and a highlighted underscore. what does this mean??
poisoneffinivy 5 months ago
@poisoneffinivy, It means you're not copying the code correctly.
msaccessdev 5 months ago
This has been flagged as spam show
Hi you really did a great job... :) Just one thing .. i can't access the records on the other form whenever i double click the data. Can u send it on my email pls? here's my email.. jessa.monicaf@gmail.com thanks by the way im a college student in the philippines.. tnx
garam18 5 months ago
Can you make the same in Visual Studio 2010 with VB.NET scrip ?
Badshahkhanisb 5 months ago
@Badshahkhanisb , Not at this time.
msaccessdev 5 months ago
can i have a copy of the codes for that module ? tnx. :D
heiahnlee 6 months ago
why is it an error occured? and says identifier expected? pls. help :(
tnx. :D
heiahnlee 6 months ago
@msaccessdev Dude, this is awesome thankyou. In the listbox VB there's a double comma before the stWhereClause at the end. Im getting a missing operator error from this and am guessing this is because a filter name (or similar) needs inserting between the commas. Is this correct and if so, what should i insert to get this to work? Thanks again.
davidsu1970 6 months ago
@davidsu1970 , The double commas are correct.doublecheck what's in the strWhereclause when this code runs.
umair0001 6 months ago
@umair0001 The stWhereClause is defined as ReferenceNumber in my code, (OrderRowID in the original). The debugger steps through each line until it hits the double commas and then throws up the 'missing operator' error. Can you elaborate on your comment?
davidsu1970 6 months ago
@davidsu1970 , Not available to troubleshoot this for you at this time. Sorry, Umair
umair0001 6 months ago
@umair0001 No problem if you don't know. welcome to my world.
davidsu1970 6 months ago
Comment removed
r0nces 6 months ago
Sir can i have the syntax on the listbox please??
it will be a great help in my thesis...thanks..
r0nces 6 months ago
Comment removed
r0nces 6 months ago
hi, can this be done without using the "add data source" method as I have connected my project to my database manually..
thanks
OneLife44444 7 months ago
My email is overdhill@yahoo.com. Trying to build program, but don't know anything. Interested in consultation.
williamscotthill1 7 months ago
Hi Sir,
Why does _ is invalid character? i cant work this out.
nalydcalma 8 months ago
Hello msaccessdev!
Why does _ is invalid character? please reply, i cant work this out
nalydcalma 8 months ago
too bad you didnt show how to actually make it, and link the records
tubewatcher314 10 months ago
suzetita 11 months ago
msaccessdev, Thank You Very Much !
"This is EXACTLY what I need" too, and it work's( the search part ), but don't work the double click.
In other words, when I click on the line i want, don't open the form.
Can you tell me why ? Please.
Thank you one more time. It was very helpful.
Sorry about my english, but I'm portuguese.
MiguelFreitas12 11 months ago
@MiguelFreitas12 pls give to me the source code
thugs0prince 3 weeks ago
msaccessdev, Thank You Very Much !
"This is EXACTLY what I need" too, and it work's the search part, but don't work the double click.
In other words, when I click on the line i want, don't open the form.
Can you tell me why ? Please.
Thank you one more time. It was very helpful.
Sorry about my english, but I'm portuguese.
MiguelFreitas12 11 months ago 2
@MiguelFreitas12 ,
Sent you an email.
msaccessdev 11 months ago
Can you help me figure out what is wrong with my code? This is EXACTLY what I need!!! Does this work for Access 2003??
katesrae 11 months ago
@katesrae,
send me the code, I'll take a look, this example was built in 2003.
umair0001 11 months ago
make a tutorial video! PLEASE
MiguelFreitas12 11 months ago
Hi. I tried the code but failed. can u check my code and tell me whats wrong with it? because im a totally beginner in access.
Private Sub txtProperty_Change()
On Error GoTo Err_txtProperty_Change
Dim strSource As String
strSource = "SELECT Group, Group Coordinator, Laboratory, Period, Time, Date, Number of Students" &_ "From VenueLab" &_ " Where Laboratory Like '*" & Me.txtProperty.Text & "*' " _ & "Or Group Coordinator Like '*" Me.lstSearchResults.RowSource = strSource
atoybee 11 months ago
How did you make that kind of Listbox?
007ThaChief007 1 year ago
@007ThaChief007 , I grabbed it from the toolbox and set it's properties.
msaccessdev 1 year ago
Sir Can You gave me a sample? payabayabjohncarlo@yahoo.com Thx and u do that at VB 6.0 or in Acces 2007?
bantex077 1 year ago
Sir were did you that project and can you help me :D
bantex077 1 year ago
asan po ung code n2???
Pag'aaralan q lng po...tnx:)
21khulitzify 1 year ago
@21khulitzify , What?
msaccessdev 1 year ago
Thank you. That is so freaking awesome.
caseinpoint1 1 year ago
@caseinpoint1, Thanks!!
msaccessdev 1 year ago