Hi all
I am lookin to generate a unique reference which uses the first 2 letters and last letter of the customer name, for example: customer name - British Gas, the code would extract BRS, and insert into a reference number.
Can anyone offer any assistance, the rest of the code i have is:
Me.ReportRefNo.Value = "VR-" & Me.ReportID
I would like the letters to come between "VR-" and the report ID
I would also like the ReportID to be entered in the format 0001 if the number is 1
would appreciate some guidance
THanks
ALi
I am lookin to generate a unique reference which uses the first 2 letters and last letter of the customer name, for example: customer name - British Gas, the code would extract BRS, and insert into a reference number.
Can anyone offer any assistance, the rest of the code i have is:
Me.ReportRefNo.Value = "VR-" & Me.ReportID
I would like the letters to come between "VR-" and the report ID
I would also like the ReportID to be entered in the format 0001 if the number is 1
would appreciate some guidance
THanks
ALi