jmbcreative
Technical User
I need to use strMax to look up and compare the values in two different tables and then incriment the higher of the two tables.
Basically I have a table "HardwareList" that has a field "ControlID". I also have a table "HardwareAdd" that has a field "ControlID". I need to look up the controlID in both tables and which ever one contains the highest number, I need to incriment that number to the next highest and insert it into a field on my form "frmHardwareAdd". Make sense?
Basically I have a table "HardwareList" that has a field "ControlID". I also have a table "HardwareAdd" that has a field "ControlID". I need to look up the controlID in both tables and which ever one contains the highest number, I need to incriment that number to the next highest and insert it into a field on my form "frmHardwareAdd". Make sense?