but i guess it is really up to the end user to decide...
one thing..
is that us thing after the dollar amounts for US dollars? if so you may want to capitalize it.. also maybe it is just the picture.. but it looks like there is a period after the u but not the s?
maybe it is just me... but I wouldn't put the periods there either.... so it would just be US... you may want to get a few other peoples input on that... but for some reason it just doesn't look right to me...
If thats US Dollars shouldn't it be after the the amount of money.... I also thought maybe aligning the Sales Price would look better as well. I would put it all in different label boxes to align them like I have them in the picture. But the U.S. is in the same label as the total amount. If you don't already know just put the Cash amount labels to auto size and in code just.
Label1.Caption = "$" & Amount & " U.S."
But looking at your program you are capable of this =) but I shouldn't assume(math teacher from years ago used to say to assume makes an ASS out of U and ME, its probably the only thing I remember from that class )
My personal preference would be to implement a point and click interface and also to dispense with the "calculate" button so that it automatically calculates the value whenever all selections are made.
I guess it depends how much time you have been allocated to do it though.
Well all the info is only going to be 7 variables isn't it. One way of doing it would be to have the 7 text boxes as an array and then in the onchange event check they are all full and calculate accordingly