jmbcreative
Technical User
Okay. Now bare with me 'cause this is slightly complicated.
I have a subform (HardwareComponents subform) that is based on a query that looks up ControlID's. These ControlID's are in a numeric-alphabetic form like such 142a, 142b, 142c.
I need a input field (controlID) on the main form(HardwareComponents) to look up the values in the subform and return the next consecutive number. Which in the case above would be 142d.
I assume this may requere a SQL statement of sorts. Any Ideas?
I have a subform (HardwareComponents subform) that is based on a query that looks up ControlID's. These ControlID's are in a numeric-alphabetic form like such 142a, 142b, 142c.
I need a input field (controlID) on the main form(HardwareComponents) to look up the values in the subform and return the next consecutive number. Which in the case above would be 142d.
I assume this may requere a SQL statement of sorts. Any Ideas?