Rik_StHelens
Registered User.
- Local time
- Today, 18:20
- Joined
- Sep 15, 2009
- Messages
- 164
Hi,
I am a complete newbie to VB so i hope i can explain my problem thoroughly.
I currently have a database which allows us to create invoices for all our customers who owe us money.
Each customer has a customer code, and at present to create an invoice i have to run a report, enter the code, and print the report.
The problem is i have to do over 100 invoices a week.
What i would like is a piece of code which would take all the customer codes from our STATMENT table (the system i take the data from is on DOS...8 character limits...) and print them one by one.
E.g. Get Code, Enter Code, Create Invoice, Print Invoice, Get Next Code and so on...
Firstly is this possible? and secondly how?
Probably a big question but i appreciate your help.
Any better ideas than VB would be welcome, VB was just my instinct..
Many thanks
PS i do understand the theoretics of programming to an extent, but i have never used VB. I'm guessing i'd need a variable which could be assigned a customer code, entered into the report/query, and then cleared to assign the next customer code in the table....but i have no idea how to code that
I am a complete newbie to VB so i hope i can explain my problem thoroughly.
I currently have a database which allows us to create invoices for all our customers who owe us money.
Each customer has a customer code, and at present to create an invoice i have to run a report, enter the code, and print the report.
The problem is i have to do over 100 invoices a week.
What i would like is a piece of code which would take all the customer codes from our STATMENT table (the system i take the data from is on DOS...8 character limits...) and print them one by one.
E.g. Get Code, Enter Code, Create Invoice, Print Invoice, Get Next Code and so on...
Firstly is this possible? and secondly how?
Probably a big question but i appreciate your help.
Any better ideas than VB would be welcome, VB was just my instinct..
Many thanks
PS i do understand the theoretics of programming to an extent, but i have never used VB. I'm guessing i'd need a variable which could be assigned a customer code, entered into the report/query, and then cleared to assign the next customer code in the table....but i have no idea how to code that