Help with VB code with form

abz_y2k

Registered User.
Local time
Today, 21:21
Joined
Jul 30, 2007
Messages
66
Hi

Am having bit of problem, with the form below.

Everything seem to be working fine but all I wanted it to do is to add up any prices I put down on the extraitem cost and add it to the total cost and work out the profit and soo on.

i have attached the form below

many Thanks
 

Attachments

For starters, I would suggest you not have any fields that store any type of totals. These are best calculated on the fly as needed. So for the text box you could simply do something like:

priceA + priceB

etc.
 
Hi thanks for the suggestion, but I would prefer it in a VB code
 
Something tells me you missed the point :)

Maybe someone else will be kind enough to provide you with the VB code. (?)
 
See if this helps explain what I was talking about:
 

Attachments

Users who are viewing this thread

Back
Top Bottom