wrightlefty
Technical User
I have three different fields; series, identifier, and partcode (ex. sss-iippp). I want to type in the series and identifier into combo boxes and then click a button that will search the series and identifier fields for all partcodes associated with the inputed data. Then it should find the highest numbered partcode, add 1, combine the 3 fields into one number (format sss-iippp), and place the new number in a field called newpartnum. I'm not sure if this should be done with queries, macros, or just written completely in VB. I would say I am a beginner, so any and all ideas would be welcome. Thanks.