Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All - Please Help me . . .

I am a beginner in VB6 and was trying to make a small application, a database that I use MS Access 2007. His name table ASSET then name fieldnya is KODE and QTY. The difficulty that I found and was looking for the solution is Seeking Looking for data on the field KODE, if found then the data QTY automatic INCREASE or DECREASE.

Thanks for yours help and attention,-


Best Regards
Hariyanto
Posted
Comments
Himachandra 15-Dec-11 2:41am    
QUESTION IS NOT CLEAR
Sergey Alexandrovich Kryukov 29-Jun-12 12:55pm    
Agree, not clear.
Please don't shout. ALL-CAPS are considered shouting on the Web, and many consider it rude. It's better to observe commonly accepted requirements to behavior. In this case, this is pretty easy... :-)
Good luck.
--SA

You need to be more clear when writing your question. Please include the code that you are working with and a detailed explaination of why it isn't working. Include error messages that you get.

In general, it sounds like you want to search a database for a key value, then update a quanitity value. This is a very common task and you can probably find a lot of articles about how it's done by googling or looking at articles here on Code Project. The only difficulty that I can see is that you are coding in VB6. Is this a strict requirement? VB6 is an old language. If you have the choice, you really should look into VB.Net. Visual Studio Express is a free version of the IDE. You'll find a lot more documentation and articles to help you with a newer language.

Here[^] are some google results for vb6 data access tutorials that may help guide you.
 
Share this answer
 
In my point of view VB6 is not supported to MS Access 2007 version........ Already i tried for that...... Better to use elder versions of MS Access
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900