Forum: Visual Basic 4 / 5 / 6 Nov 28th, 2008 |
| Replies: 1 Views: 559 gud day, this is my new code of my counter using vb-DAO. if i were going use this code, this will happen (refer to my attachment). the quantity of the first product will added to its proceeding... |
Forum: Visual Basic 4 / 5 / 6 Nov 24th, 2008 |
| Replies: 2 Views: 529 i'm very sorry if i wans't able to mention where my error is. actually, i just find it out that im not suppose to make a counter during adding of files on the database but instead i will going to... |
Forum: Visual Basic 4 / 5 / 6 Nov 24th, 2008 |
| Replies: 2 Views: 529 anybody can help me to fix my counter. until now i'm still stack on this error.
counter
For i = 1 To grd.Rows - 1
With INV
If grd.TextMatrix(i, 0) = INV!ProdCode Then
.Edit
!Quantity =... |
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2008 |
| Replies: 27 Views: 3,389 hello abu,
pls try this code if this will work.
("Select * from TableName where IDate <= cDate (' " & CStr(DTPicker1.Value) & " ') and IDate >= cDate(' " & CStr(DTPicker2.Value) & " ')")
or ... |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2008 |
| Replies: 4 Views: 601 Hi Veena once again thank you so much for your help. The code that you gave me works on my project. Here's another problem on my code, I hope you can still help me. It is all about in my counter and... |
Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2008 |
| Replies: 4 Views: 601 thank you veena for your help. it really helps me a lot on my project. if it is ok for you to ask another help about delete?
this is my problem. I have already an existing data on the database. If... |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 4 Views: 601 hi good day, im a beginner of VB using DAO. Right now im doing my first sales system. My problem is I want to delete something from my database. my code is this.
With DTPicker1
... |