Hi,
I have a form which a order number is put in and is compared to data which has been pulled from the system. The issue I'm having is that that on the software we take the orders on it adds zeroes in front of the numbers to make it up to an 8 digit sequence, but generally when people input into the Access system they are ignoring the zeroes.
I have found some answers how to get zeroes in front of a sequence of numbers (ie 1234 to 00001234) however our order numbers also have different two letter combination at the front depending on the product type.
Is it possible to somehow edit a text box on a form so that after AJ1234 is inputted it would automatically change to AJ00001234, or at the very least be able to perform a DLookUp on data which is in the form AJ00001234?
Thanks for any help,
Regards.
I have a form which a order number is put in and is compared to data which has been pulled from the system. The issue I'm having is that that on the software we take the orders on it adds zeroes in front of the numbers to make it up to an 8 digit sequence, but generally when people input into the Access system they are ignoring the zeroes.
I have found some answers how to get zeroes in front of a sequence of numbers (ie 1234 to 00001234) however our order numbers also have different two letter combination at the front depending on the product type.
Is it possible to somehow edit a text box on a form so that after AJ1234 is inputted it would automatically change to AJ00001234, or at the very least be able to perform a DLookUp on data which is in the form AJ00001234?
Thanks for any help,
Regards.