Help needed in updating a field on a form.

T

Terry

I have a form that automatically assigns invoice numbers as records are
added. On the form is a combo box with a pull down defaulting to
"Invoice", but you are allowed to choose "Credit Memo" or "Finance Charge"
in addition to"Invoice".

What I am trying to accomplish is this. If it is an "Invoice", just the
assigned invoice number is automatically entered. If the user chooses
"Credit Memo" then in the auto number field for Invoice Number that a "CM"
be inserted in front of the invoice number. Example: CM10112 for a Credit
Memo, or 10112 for an Invoice.

Any suggestions or help would be greatly appreciated.

Thanks,

T
 
K

KARL DEWEY

I have a form that automatically assigns invoice numbers as records are
added.
What is the method that adds the invoice number automatically? If it is an
autonumber then use another field and concatenate them for display.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top