I have a query that pulls up from a table (lets say for simplicity sake), a client code, file number, last name, first name and invoice number...
CC, FN, LN, FN, IN
1 1 Smith, John, E123
1 2 Doe, Jane, E123
2 5 Renolds, Ron, E124
2 6 Black, Joe, E124
3 10 Tang, Jack, E125
As you can see the invoice number changes only when the client code changes. this process needs to be automated and the first nummber (E123) can be inputed by the individual through a promptbox or something. But the rest MUST be automated.
If someone could please help out, that would be great!
I posted this message on the general access section earlier but did not receive an accurate response - and I am hoping someone with a litle more VBA knowledge (since my VBA knowledge is limited) can assist me?
Thanks,
Julie
CC, FN, LN, FN, IN
1 1 Smith, John, E123
1 2 Doe, Jane, E123
2 5 Renolds, Ron, E124
2 6 Black, Joe, E124
3 10 Tang, Jack, E125
As you can see the invoice number changes only when the client code changes. this process needs to be automated and the first nummber (E123) can be inputed by the individual through a promptbox or something. But the rest MUST be automated.
If someone could please help out, that would be great!
I posted this message on the general access section earlier but did not receive an accurate response - and I am hoping someone with a litle more VBA knowledge (since my VBA knowledge is limited) can assist me?
Thanks,
Julie