Very informative and helpful keep up the good work
@VBAA2Z Жыл бұрын
Glad it was helpful!
@nayankumarsurepalli36926 жыл бұрын
Hello, I am in need of some help, I have an Excel user form, I wrote a code to update a specific information in access database table. it is working good when a single user uses it.However the Excel user form is used my multiple users at the same time almost around 150 users. How do i tackle this situation, if i had got some error i could have added some error handling code, but the thing is it does not give an error, it just skips and does not update is the when two or more user form try. Please help
@harinatrajan32374 жыл бұрын
Hi Sir, when multiple people access the database on same time like this video, it will work ?
@VBAA2Z4 жыл бұрын
Yes it will be ok. Place some handlers if user write / uploads to same record.
@harinatrajan32374 жыл бұрын
@@VBAA2Z Thank you so much sir
@kylem27798 жыл бұрын
nice work buddy. Looking forward to for new videos
@onoonowee6 жыл бұрын
Hi, your blog spot is unavailable currently. same as Supareli question I ha to make many user to access database.
@kinwiliu9995 жыл бұрын
Great tutorial. Thanks for sharing
@axelamoe3 жыл бұрын
Can I use this with access 97? I have a .dat file being generated by a program and I am trying to update that file but it only opens with the the old access
@VBAA2Z3 жыл бұрын
Do try it out and let me know how it goes. The connection string might need to be updated accordingly.
@levelupexcelskill3 жыл бұрын
Thank you so much. I have query can we update RS![Column Name] dynamically like refer some other range instead of hard code RS![Employee Name] instead of RS!range how can we do this, please suggest.
@VBAA2Z3 жыл бұрын
if you have a field name in excel range try below. rs.fields(range("A1").text) = "Hello world"
@levelupexcelskill3 жыл бұрын
@@VBAA2Z Thank you, it is not working showing error , I want to update existing data in Access but I want to make dynamic name as per your video you have written rs!EmpName = cells(i,2) rs!DOB= cells(i,3) rs!EmpNumber = cells(i,4) rs!Designation= cells(i,5) instead of hard code I want to do this via loop. I having problem while writing a code - rs.fields(range("A1").text)
@levelupexcelskill3 жыл бұрын
rs.fields(range("A" &i).text)=sheet("Data").range("B" & i) is not working ,
@VBAA2Z3 жыл бұрын
@@levelupexcelskill you'll have to update field name reference. does range("A" &i).text holder field name?
@levelupexcelskill3 жыл бұрын
@@VBAA2Z yes
@justynastoparczyk90592 жыл бұрын
thank you for you work, it helped me a lot :)
@VBAA2Z2 жыл бұрын
Glad to hear that!
@qwertyuiop1023457 жыл бұрын
That is really helpful. Please keep making more videos.
@VBAA2Z7 жыл бұрын
Thanks for your appreciation Maxim, please subscribe and support! KZbin.com/VbaA2z Facebook.com/VbaA2z
@saqlainshaikh99364 жыл бұрын
Dear sir please help how to update bulk records from worksheets to access
@VBAA2Z4 жыл бұрын
Hi Saqlain, please follow this tutorial and let me know if you face any issue. kzbin.info/www/bejne/mWrNnH5slreKpLM
@VBAA2Z4 жыл бұрын
@Mielkew Hi, thanks for the suggestion. I can certainly add more videos to the VBA Access Automation Series.
@JuribSunn Жыл бұрын
keep making more video Sir.
@VBAA2Z Жыл бұрын
Keep watching
@Rahul-sn1wn8 жыл бұрын
Yeh awesome. thanks buddy
@riteshtandon8056 Жыл бұрын
How to update multiple records in one go? Using loop
@VBAA2Z Жыл бұрын
please check kzbin.info/www/bejne/bmOskpWNasSgl9E
@swapnilpawar136 жыл бұрын
can you share the code file?
@nancymui7456 жыл бұрын
Worked perfectly!
@sharon45787 жыл бұрын
Many thanks dear GURU can you please add some video about import DATA from Access
@VBAA2Z7 жыл бұрын
Hi, thanks for your comments. please refer to this video and let me know if you need any help. cheers! kzbin.info/www/bejne/iKm7lJV_h62mgK8
@nani37754 жыл бұрын
Nice information.... Could you please help me to open pw protected access file using excel vba. I tried multiple ways Eventhough am getting.. Can you please