Hey guys,
I'm kinda stuck on this. I'm pretty new to access but am ready to take on pretty much any level of difficulty.
Here's the issue:
I am creating a database to allow users to input test specimens by number and various factors. Our numbering system looks like this ##-###-####, where the first number designates the form of specimen (ball, disk, roller), the second number designates the material (steel, aluminum, etc.), and the last number is a simple serial number.
I have set up the form so that when the user selects the kind of specimen and the material, they can click a button to populate the "Specimen Number" field with the first two numbers. This works well. But what I would love to be able to do is have that button also search the table, find the latest entered specimen (third number highest), increment the serial number, and populate the field.
Does that make any sense? Feel free to ask questions or correct me if my language is inadequate. Like I said, I'm pretty new.
Thanks for the help!