Hi,
I'm putting together a "credit card manager program" with MS SQL Server 2005 Express and Visual Basic Express. If I'm filling out the curent Credit Card payment on a VB form, and I want to see the previous payment listed in a text box on this form, I'm stuck. I'm OK with the front ends but VB code? I need the VB code to access the same table that the current VB form is supplied by, and fill an unbound text box with the last previous credit card payment. The unique identifier is the last four digits of a CC #. I first made it in Access and it really helped me through Credit Card Hell. Now I'm having fun with VB and SQL Server express.
Thanks in advance
Don
I'm putting together a "credit card manager program" with MS SQL Server 2005 Express and Visual Basic Express. If I'm filling out the curent Credit Card payment on a VB form, and I want to see the previous payment listed in a text box on this form, I'm stuck. I'm OK with the front ends but VB code? I need the VB code to access the same table that the current VB form is supplied by, and fill an unbound text box with the last previous credit card payment. The unique identifier is the last four digits of a CC #. I first made it in Access and it really helped me through Credit Card Hell. Now I'm having fun with VB and SQL Server express.
Thanks in advance
Don