How to load the data that have been saved in the db every time you open the app again? Otherwise, what's the point?
@allhaillelouchvibritannia74946 жыл бұрын
it's a bit hussle working with access as your back-end and I encounter this problem too, you can't save your data in access permanently If you trying to reload your project your data will permanently lost, thankfully I figure out the solution for this and the code for new, cancel, and edit button is bit complicated, by the way I learn somthing new thanks foxlearn! 😊
@foxlearn6 жыл бұрын
You should change your path ms access database. Each time rebuild your project all data in debug directory will be deleted. You can't see your data save to ms access database. Thank you so much my friend !
@agnieszkap88887 жыл бұрын
Hi, I have a problem. It doesn't matter whether I click yes or no in deleting box, records disappear but they stay in data base. Inserting works fine, they appear in data base. Can you please tell me what may be the reason?
@booney4407 жыл бұрын
did you use datagrid_downPress?
@Jr-ry7jv7 жыл бұрын
Hi, I am also exactly with this same problem, does anyone have any tips?
@davidtomasek71487 жыл бұрын
Hi, i know its too late :D but u have to put: employeesBindingSource.EndEdit(); employeesTableAdapter.Update(this.appData.Employees); into your delete metod.
@ivodonckers89362 жыл бұрын
@@Jr-ry7jv Same here
@siliciatuner88497 жыл бұрын
Thank you again for the tutorials :) Hopefully my system will be done before saturday
@kotakadanski85158 жыл бұрын
Great! This is what I call a helpful tutorial! It is one of the very few ones on KZbin without code mistakes. Keep on making videos like this. They are essential for amateurs like me! Suggestion: I noticed the countless comments asking for the code, and sending it by emails must be really tiring. Why don't you upload the code on a website ( there are a few reliable ones on the web) and paste a link in the description? It will save you time and inconvenience. Also, if you consider doing this, be aware of the bug in M.V. Studio - if you send the files of the already built program, V. Studio can Debug, but can't show the code in the .cs file, so a text file would be a better choice. Thank you once again.
@foxlearn8 жыл бұрын
Thank you for your suggestion :)
@kotakadanski85158 жыл бұрын
Fox Learn You're welcome! ;-)
@varadarajan41816 жыл бұрын
Nice training approach to explain when it needs.
@foxlearn6 жыл бұрын
Thank you !
@msanand75 жыл бұрын
Really Useful. Thanks a lot.
@foxlearn5 жыл бұрын
Thank you !
@ivodonckers89368 жыл бұрын
Thanks, it works fine, and you have the best Tuto's !!! Just like to know how to do it with multiple tables who are related...,so if i pick a person, the other tables shown all other info in a datagridview from the table related to that person, and the tables can be added new info, delete info, update info, etc...
@bvsingh43577 жыл бұрын
Nice tutorial Sir
@foxlearn7 жыл бұрын
Thank you so much :)
@fankahr8995 жыл бұрын
Nice explanation i subscribed
@foxlearn5 жыл бұрын
Thank you so much !
@adrianocelio59748 жыл бұрын
Very Good.
@foxlearn8 жыл бұрын
Thanks
@homoserebrus44638 жыл бұрын
You never disapoin me, bst c# tutorial :) :) :)
@foxlearn8 жыл бұрын
+Homo Serebrus Thank you ^_^
@tasarimciolcam8 жыл бұрын
Thanx for tutorial.
@foxlearn8 жыл бұрын
+Umit Koc Thank you ^_^
@BustaJunix5 жыл бұрын
Thank you for this great tutorial. How to validate and existing record in dataGridView in order to eliminate duplication of record.
@foxlearn5 жыл бұрын
OK. Thank you for your suggestion. I'll upload soon !
@lord_of_schallowland58458 жыл бұрын
Thanks for lesson, but, i don't get something: what is "o" letter in (16:28), e.g "where o.Fullname.Contains(txtSearch...". Is this variable or what? I can't compile this in VS Community 2015.
@foxlearn8 жыл бұрын
+Lord_of Schallowland Hi, o letter is a variable. You need select your .net framework version is >= 4.0. Thanks
@lord_of_schallowland58458 жыл бұрын
+Fox Learn, Ok, thats halped, but there is enother problem in 17:15 " is ...query.ToList()".There is not shown ".ToList()" before ''query.'' in Intellisense or whatewer it named after dot. I sought for it but didn't find answer how I can turn on to use ''Tolist()''. And I didn't find in this video where you describe 'query' and 'o' variables.
@tabanmehrnabizadeh80156 жыл бұрын
thanks this video was the easiest video in net for the database. if u say how to connect a string to our database it is very good because I made hide label and connect that to database
@ivodonckers258 жыл бұрын
Love your Tutorials !! Just want to learn it with more tables How to with 2 tables, example, a table with patients, and a table with date's of visit and prescriptions for medication, so the prescription table has to be related to each individual patient, and needs new-update-delete etc etc...... So if i select a patient, i can see all visits with medication from that patient, and able to make a new, delete, update that table ( Search is not needed.
@foxlearn8 жыл бұрын
+Ivo Donckers Hi, I'll update soon in this week . Thank you :)
@ivodonckers258 жыл бұрын
Thanks !! Is there a way to support you ? such as donation etc...?
@leonard-gabrielbuduleanu56419 жыл бұрын
Thank you!!!The best tutorial!!
@foxlearn9 жыл бұрын
+Sniper Lord Thank you :)
@shahabhossen65798 жыл бұрын
thank you , actually it is so useful well done .
@foxlearn8 жыл бұрын
+shahab hossen Thank you :)
@avidiuscassiusivanovitch7149 Жыл бұрын
Please , can i use this methode when i want to develop my ERP? Without Oriented object
@ckhemantha21743 жыл бұрын
thank you very much
@rachidbekle76465 жыл бұрын
Thank you very much sir
@foxlearn5 жыл бұрын
You're welcome. thank you !
@unknow87803 жыл бұрын
thankyou so muchhhhh!
@devsharma80387 жыл бұрын
i want to select my ms access database at runtime. what should i choose local database or service based database to create datasource
@optc80058 жыл бұрын
Really that you for this tutorial! I need help though. How will I make the search case insensitive?
@foxlearn8 жыл бұрын
Hi, You can use string title = "Your title";bool contains = title.IndexOf("word", StringComparison.OrdinalIgnoreCase) >= 0; Thanks
@optc80058 жыл бұрын
Thank you! I have another question, though. How will make the Employee ID (of the Employee Table) be the contents of a combo box and pass the value to the Employee ID of the TransactionTable?
@namelessone18118 жыл бұрын
When I make a setup to install a app using the MS Access Database Engine 2010 Redistributable will the installer install it for the end user or will the end user have to download the MS Access Database Engine 2010 Redistributable and install it after installing the app? Thank you in advanced
@foxlearn8 жыл бұрын
+Lynn Phillips Hi, You need to install Microsoft Access Engine for all users install your application. Thank you :D
@namelessone18118 жыл бұрын
+Fox Learn Thank you for the help
@rjurinofies70342 жыл бұрын
What if in the String.IsNullOrEmpty , the data type used is int ? How it is supposed to coded as ?
@mohammeddhillshaardthd21225 жыл бұрын
👌👏👏👏✌
@foxlearn5 жыл бұрын
Thank you !
@BRodTutorials7 жыл бұрын
If you are looking for more C# tutorials I am your guy!
@foxlearn7 жыл бұрын
Thank you
@ivanovivan21506 жыл бұрын
hi! help please!!! The "==" operator can not be applied to an operand of type "int" and "string"
@randellsarmiento38127 жыл бұрын
@Fox Learn What should I do with the Parameter ?_4 has no default value. Reply asap. Thank you :) I follow the instructions and codes carefully.
@foxlearn7 жыл бұрын
Can you describe more details? I'm not clear your mean
@Tarkarra7 жыл бұрын
Hi i try the program and almostly working for me. I really don't like the programming but with this is more easy. I have two problem for my version. I wrote stuff in the database and not save the data, and i choose a picture but not save that and not show when i run the program.
@varshatavade92713 жыл бұрын
very usefull and very well explained ..but mam I have one problem my data is not getting saved to database. It's showing only in grid.
@techqueen62336 жыл бұрын
Nice coice
@ivodonckers89362 жыл бұрын
I use the moethodes from your sample, but with more fields, and get a error QUERRY TOO COMPLEX, can you help me out with that ?
@tabanmehrnabizadeh80156 жыл бұрын
I have a problem. when it saves all data it 's work and I see(in Datagrid in this form) but when I go on another form I can't see any data on my another Datagrid and when i come out and agian i start program i dont see any data of before
@tabanmehrnabizadeh80156 жыл бұрын
someone help me pls
@nelsonskmz8 жыл бұрын
help...when i open the database(ms access file) it's not updated,and everytime closed program it's started with blank database,and when the second,third... data Save,it show the error message even the data saved private void btnSave_Click(object sender, EventArgs e) { try { employeeBindingSource.EndEdit(); employeeTableAdapter.Update(this.appData.Employee); panel.Enabled = false; } catch(Exception ex) { MessageBox.Show(ex.Message, "Message",MessageBoxButtons.OK, MessageBoxIcon.Error); employeeBindingSource.ResetBindings(false); } }
@foxlearn8 жыл бұрын
Hi, You need to copy your database to another folder, each time you rebuild your project all data in debug folder will be deleted. thanks
@NanayaGC8 жыл бұрын
What do you use for a date type of value? Thanks.
@foxlearn8 жыл бұрын
DateTime type
@erkancankurt43278 жыл бұрын
hi, I found an error on your form at search.If a textbox was left empty ( for example address or email address) when we try to searc a record, it gives a Dbnull error.please let me know how it can be solved. so, at some forms, we dont have to fill all the fields...
@foxlearn8 жыл бұрын
Hi, You need to set column allow null value in dataset. please check again. thanks
@erkancankurt43278 жыл бұрын
Fox Learn hi, thanks but where and how may I find that cloumn to fill it as Null.I cant find how to change it in dataset.
@TA-tb4nb7 жыл бұрын
Hello, what is the best way to go about doing this?
@kursadgulereem7 жыл бұрын
i also checked your suggestion,but problem still same, can you give any answer like a video and tutorial ?
@SamixPhotography2 жыл бұрын
Please one video to add other data sources.
@muhammedkoka20795 жыл бұрын
useful
@foxlearn5 жыл бұрын
Thank you !
@cymonsVitriago8 жыл бұрын
sorry a question, How do I reset the automatic counter ? I.E: if I delete a record and add a new user to the counter continues to increase and does not match the number on the list. Thank you
@foxlearn8 жыл бұрын
Hi, You can view this link support.microsoft.com/en-us/kb/812718 . thanks
@haqobatil98326 жыл бұрын
sir i want to make a copy a table row in access database and update one record (actual record is kept original) from text boxes in c# how can i kindly guide me
@foxlearn6 жыл бұрын
OK. Thank you for your suggestion !
@Lou123238 жыл бұрын
Hi ,I would like to ask something, I try to add a new record in my database using your codes then after I reopen my project the saved database will be gone badly needed your feedback thanks!
@foxlearn8 жыл бұрын
+Louis Bier Hi, What's your problem ?
@kornelmarkus38608 жыл бұрын
I have an error message with save button: An INSERT INTO query cannot contain a multi-valued field. ????
@foxlearn8 жыл бұрын
Hi, You need to set id column is auto increment, then try again, thanks
@anthonywoods25508 жыл бұрын
Thank you, now how to install it with Database? I have tried but get message that says the Microsoft.ACE.OLEDB.12 provider is not registered on the local machine.
@foxlearn8 жыл бұрын
+Anthony Woods (SME) Hi, You need to install Microsoft Access Engine. Select your CPU target based on the package installed (x86 or x64). Thanks
@anthonywoods25508 жыл бұрын
Thank you. I did this on my computer but how to install app on other machine without doing this. How to package this type of app with database and implement it correctly.
@foxlearn8 жыл бұрын
+Anthony Woods (SME) Microsoft Access Database Engine 2010 Redistributable: www.microsoft.com/en-us/download/details.aspx?id=13255 Microsoft Access 2013 Runtime: www.microsoft.com/en-us/download/details.aspx?id=39358 You need to install the package above based on your Microsoft Access installed
@anthonywoods25508 жыл бұрын
Thank you, but I did this already. When I publish the app on my desktop, it does not work with the database. Only in VS when I execute the app.
@foxlearn8 жыл бұрын
+Anthony Woods (SME) Hi, You need to select your CPU target when you publish (x86 or x64). Copy your database to the application folder, install Microsoft Access Engine (x86 or x64) on your client machine. Thanks
@hemoagha83037 жыл бұрын
thank you
@swabbie61506 жыл бұрын
Hi, I have a problem, the data i were previously updated doesnt save on my database. For example, I update a name in my database, when i went to the database to check it out, it doesnt save what I have updated through my program(the procedure you taught). How can I fix this? or am i just doing something wrong or doesnt understand?. Plss Help!
@foxlearn6 жыл бұрын
I think you should copy your database to another folder. Each time you rebuild the project all data in debug folder will be deleted, so you can't see data
@lazyhl19949 жыл бұрын
I'm also getting the same error about the first column that does not allow nulls. I checked my access database file and the primary key is set to the first row.
@foxlearn9 жыл бұрын
+lazyhl1994 Hi, You should set auto number for primary key, thanks
@lazyhl19949 жыл бұрын
+Fox Learn How would you do that?
@foxlearn9 жыл бұрын
lazyhl1994 Go to table in database and set auto number for primary key, then add table to dataset again, thanks
@lazyhl19949 жыл бұрын
+Fox Learn Okay but where in access would you set the auto number for the primary key? Is it in the table designer view?
@foxlearn9 жыл бұрын
lazyhl1994 Yes, Table designer, Do exactly what I do in the tutorial, you can fix your problem, thanks
@diyhub29868 жыл бұрын
is it possible to change or edit the picture in a database? or can it change the picture in a database with the edit button ?
@foxlearn8 жыл бұрын
Hi, You can edit picture then save back to the database. thanks
@diyhub29868 жыл бұрын
thanks for the fast reply ;) can i ask you one more question? how can i add deleted items from datagridview1/table1 to datagridview2/table2 in short how can i record deleted items.
@foxlearn8 жыл бұрын
Hi, You can set update, delete cascade or you can set transaction delete multiple table (table 2, table 1). thanks
@diyhub29868 жыл бұрын
thanks for the reply ;) thanks to your help :) i already finish my program so its time to say goodbye :) thankyouuuu for help
@RobertoRamirez-em3yi7 жыл бұрын
Hi. I need some help. When you have many records and you search one to delete it, you can't do it because the actual data source wouldn't be the binding source, but the query variable. How can I fix this?
@foxlearn7 жыл бұрын
Hi, You should set the data source to the search results, when you click on a row, you will get a current value, then you can update or delete row data.
@shigekigiosenfao90274 жыл бұрын
Hello. I need help. Everytime i click the "Save" button, it does not save to the database at all and it does not show up in the grid. Any ideas why its like that?
@foxlearn4 жыл бұрын
I think you should copy database to another folder, each time you rebuild your project all data in debug folder will be deleted
@shigekigiosenfao90274 жыл бұрын
@@foxlearn Thank you for the reply. I do need help on how will i do the "Search" button if there is a 'date' needed. As far as i can see all your database program only contains "text" and not "number and date" so im clueless how to code it when it comes to "date" in the "Search" button.
@shigekigiosenfao90274 жыл бұрын
@@foxlearn hello again. I do wanna know how do i actually save the data i inputted in the program and not be remove everytime i run it. Its like when the program is running, the data i put is there but when i rerun the program, its not saved into the database itself so i have to redo inputting the whole data. You have an idea how to do it?
@ash3227 жыл бұрын
thank you but there is a problem when i run it and try to add new record it tells me that primary key can't be null and it don't save data even if i add new data
@joseferminescalona83928 жыл бұрын
Nice tutorial, i've tried to do the same but when i press 'New' button shows me a message that says: 'id' column doesn't allow null values. The difference is that i made 'id' a non-autonumerical variable (i wanted id to be String or Short Text). Can u tell me what's the mistake that i'm making?
@joseferminescalona83928 жыл бұрын
i'm trying to do some records about food providers, so that is the reason why i created an id.
@kaddouraouachria57686 жыл бұрын
thank you 1000/1000
@foxlearn6 жыл бұрын
Thank you :)
@digimikeh6 жыл бұрын
Can't find Data Sources on Visual Studio 2017 .... has it changed its name?
@mharguiruela90267 жыл бұрын
Thank you bro how about adding a datetimepicker can you show it to me please :)
@foxlearn7 жыл бұрын
OK. Thank you for your suggestion
@shalindakshina51655 жыл бұрын
I created form like this first one was working but i created same form same project again but second form is not working. not working means when i press new button textboxes were not reset it has details which i entered before. And I pressed save button new data not display. why is it ????? please help me .....!!!!!
@foxlearn5 жыл бұрын
Please check your code again. i think you miss something
@andrejstojanov17333 жыл бұрын
Please define the button Cancel. When I click button New and then button Cancel the record writes to the database.
@muhammadabdulrahim78438 жыл бұрын
hello, thank for your code it really helpful... but i got problem where the data we save is only available on the windows form.. in the ms access is no data.. and when we close the form the data is loss...
@ivodonckers258 жыл бұрын
+Muhammad Abdul Rahim you have to re-watch the end of the video !!! He makes a copy outside de DEBUG folder, and each time you run the code, it will be rebuild with a empty database !!! ( see settings of your project ) and than afterwards he copy the outside DEBUG database copy again in the DEBUG folder, so it will work than with the build EXE file in the DEBUG folder !!
@muhammadabdulrahim78438 жыл бұрын
+Ivo Donckers thanks... sory my bad..... now it can be save.... actually i have another question.. now im doing a system where i need to save image with it description. After saving the image, i can search the image using the description. Like the google image, how to show multiple image thumbnail only which have the same description from the database at the datagrid like in the video where it show the full table at the datagrid
@ivodonckers258 жыл бұрын
can you send me a screenshot ?? So it will be more clearly for me !! The tutors from fox learn are really the best way to learn it, so i hade a question to fox learn about the same project, but with more related tables, and he will make a update for it, can hardly wait for it ;-)
@muhammadabdulrahim78438 жыл бұрын
+Ivo Donckers can i have your email?
@ivodonckers258 жыл бұрын
ivo.donckers@gmail.com
@thepreviewchannel63987 жыл бұрын
why when i exiting the program all i inserted in database lost and it is not record in my database? pls help....
@otmaniabdelhadi49677 жыл бұрын
thanks
@TecnoGeeksv4 жыл бұрын
Lo máximo, gracias
@vagamers7337 жыл бұрын
hi i got an problem hope if u can help me in code Keypress there i got and Quantity so its is in number in ms access so after applying your code i got and error Error CS0019 Operator '==' cannot be applied to operands of type 'int' and 'string' Loginpage
@hykh64593 жыл бұрын
Plz help me how can I reset the Id (auto number) when I delete and add new one but the number are not change like ( 123567) I delete 4 but the five should start from 4
@KratterDK5 жыл бұрын
Hello FoxLearn. When i do the changes in the code from 24:00 to the end of the video, i got errors. Se picture for errors: i66.tinypic.com/33w33es.jpg - How to fix?
@foxlearn5 жыл бұрын
Check your connection string
@KratterDK5 жыл бұрын
@@foxlearn Thanks for answering buddy, but didn't seems to fix it. Will you please send me a mail to me: kontakt@kratter.dk? So i can send you my applikation, i think it's a little problem you can fix for me, in 30 seconds, but it dosen't seens like, i c
@KratterDK5 жыл бұрын
All my textboxes works, but only my picturebox binding, i have problem with now. If i remove my binding to my picturebox, and launch the applikation, it works perfectley. But do i turn on binding to the picturebox again, then i got error. I really dont know how to fix it.
@DeeWeDD8 жыл бұрын
When I try to add a new data source in ms visual studio, it says unrecognized database format. I have downloaded the Microsoft access engine and I have access so I do not know the issue.
@foxlearn8 жыл бұрын
Hi, You need to set your cpu target is x86, please try again. thanks
@SamixPhotography2 жыл бұрын
i cant see other data sources in data bindings. mark on 10:00
@leeyw89137 жыл бұрын
did the data store into m.access? because i can't find my data in m.access
@foxlearn7 жыл бұрын
Hi, You can find your database in debug folder, you should copy database to another folder, each time you rebuild your project, all data in debug folder will be deleted
@migeruyama46068 жыл бұрын
When I delete the data... the ID number will remove to... why when i add another employee the ID number continue counting...? plsss Help sorry for my bad English
@SanctuaryofPeaceful9 жыл бұрын
hi ! thanks for tutorial , i just have problem in (( textSearch_KeyPress when i try to write "key char" in "" if "" like you i cant see it ; can you help me about it and thanks !
@foxlearn8 жыл бұрын
+bacha19 bacha Hi, What's your problem ? Thank you !
@nicholaswolfwood13006 жыл бұрын
0 on first number of phonenumber is unavalable. it will automatically delete it. also, i cant put up to 11 digit number even though i change the length. searching name doesnt work on mine. good application btw
@foxlearn6 жыл бұрын
You should set your phonenumber type is text
@learningcomputerscience11697 жыл бұрын
Can you please explain how to login using C# & MS Access?
@foxlearn7 жыл бұрын
Sent. Thanks
@vagamers7337 жыл бұрын
sir i made software with this video but igot an problem with image inserting it saying no proper filter provide
@snaqvi0097 жыл бұрын
Everything working fine but same problem like you image is not save properly. Please give any suggest. Thanks
@MuhammadAdnan-uq2pd7 жыл бұрын
Thankuu Shoo Muccccccch
@nechirawan_8 жыл бұрын
thank u
@foxlearn8 жыл бұрын
+Nechirawan K. Hassan Thank you ^_^
@kuraibrianrambo50154 жыл бұрын
good tutorial, I'm a beginner could u please help me with the source code.Thank u
@studentivullnetar27688 жыл бұрын
I wrote the code but got the error CS1061- "'object does not contain a definition for Text". I am new in c#. pls help! thanks!
@foxlearn8 жыл бұрын
Hi, What's your email? i can send to you demo source code. thanks
@studentivullnetar27688 жыл бұрын
studenti.vullnetar@gmail.com thanks! ☺
@studentivullnetar27688 жыл бұрын
I wrote the code but got the error CS1061- object does not contain a definition for Text
@arbertguanzon93916 жыл бұрын
why is that when i click new its says "column ID does not allow does not allow nulls", ID number is my primary key
@foxlearn6 жыл бұрын
That's right, ID is a primary key, you can not set null
@DeepBlacksea6 жыл бұрын
hello, I have a problem when I save my data by clicking on the save button it doesn't work. even when I click new it is adding the rows. if anybody here could provide solution must be appreciated.
@foxlearn6 жыл бұрын
What error are you getting?
@tahaali37926 жыл бұрын
im getting "panel" error in "'panel.Enabled = true;'" ..... why is tht ??
@haqobatil98326 жыл бұрын
sir i made a simple project in this i want to enter 14 digit code in access database via a textbox in C# and i tried but Error 0x80040E07 appears plz resolve my this error
@foxlearn6 жыл бұрын
What's filed datatype?
@haqobatil98326 жыл бұрын
it's national id card number it has 14 digit just simple numeric only
@ansaa174 жыл бұрын
my entry dosn't stay in the database can you please help me thank you
@FAHDDAABAN8 жыл бұрын
i got this error operator cannot be applied to operands of type bool and string
@FAHDDAABAN8 жыл бұрын
help me please
@foxlearn8 жыл бұрын
Hi. Can you describe more details about the error. thanks
@FAHDDAABAN8 жыл бұрын
I got this error in txtSearch_KeyPress code: where o.fullName.Contains(txtSearch.Text) || o.phoneNumber == txtSearch.Text || o.Email = txtSearch.Text || o.Adderss.Contains(txtSearch.Text) the error is : Error 1 Operator '||' cannot be applied to operands of type 'bool' and 'string' Error 2 Operator '||' cannot be applied to operands of type 'string' and 'bool'
@foxlearn8 жыл бұрын
It should: where o.fullName.Contains(txtSearch.Text) || o.phoneNumber == txtSearch.Text || o.Email == txtSearch.Text || o.Adderss.Contains(txtSearch.Text). You're missing '='. thanks
@FAHDDAABAN8 жыл бұрын
+Fox Learn thank you very much
@novato95378 жыл бұрын
I do not accept me or problem change to put the (BNT) :u
@HandoSonic4 жыл бұрын
how can we change some column value? pls help
@sora-senpai7 жыл бұрын
How do you duplicate controls without copy & past?
@luismanuelsegura58689 жыл бұрын
I make a mistake in the New button sends a message that does not allow nulls
@foxlearn9 жыл бұрын
+Guicho Cruz Guicho Hi, Do you have set primary key auto increment in the dataset ?
@luismanuelsegura58689 жыл бұрын
Not because I do not have the database in the autonumber
@alshezawi20109 жыл бұрын
+Fox Learn Same Error
@TheGlendriv8 жыл бұрын
+Fox Learn Can u make non autonumber tutorial?
@techmanojmishra35976 жыл бұрын
Please help me this error The method or operation is not implemented
@eddiejackson42278 жыл бұрын
Like.
@foxlearn8 жыл бұрын
Thank you
@optc80057 жыл бұрын
My datagrid won't update its values. How to fix it?
@foxlearn7 жыл бұрын
What's error are you getting?
@aamirknaam6 жыл бұрын
Can u plz send me the code. Thanks in advance.
@ahmedel-nakib44736 жыл бұрын
why inserted data dose not save in Access ?
@Ibro1234517 жыл бұрын
am i missing something because where does keycode come from on datagrid
@foxlearn7 жыл бұрын
Hi, Please check the keypress event handler, make sure it's correct
@Ibro1234517 жыл бұрын
Fox Learn could you possibly send me the file. please at ijhanji1@gmail.com. Also is there away on visual studios that rather then having the database display the data. like have the database output to a customer profile so I search the name and it will have a profile containing the data rather then jus5 seeing the database.
@foxlearn7 жыл бұрын
Sent. Thank you
@n.zhumagaliyev8386 жыл бұрын
why not save the combobox I do for the interest combobox
@foxlearn6 жыл бұрын
What do you mean? can you describe more details. thank you !
@n.zhumagaliyev8386 жыл бұрын
@@foxlearn you saved the textbox. I will save the combobox. I have a combobox prompt. How to save combobox on base
@foxlearn6 жыл бұрын
OK. I'll make the tutorial combine with combobox as soon as possible. thank you !
@mrhassu5887 жыл бұрын
What do i do with office 2016 access
@foxlearn7 жыл бұрын
Hi, You can do similar, Thanks
@haboliw7 жыл бұрын
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_KeyPress); help me
@shinduo26242 жыл бұрын
why it does not save in my data base
@sheikhshuaib84517 жыл бұрын
hi can anyone help me paging in datagridview using acess