Dear All,
I have a bound form called "frmDrawings". This form is bound to table "tblDrawings", it has 2 fields: txtDrwgNum and txtRevNum.
My table contains the following data:
txtDrwgNum txtRevNum
20-SD-2001 1A
20-SD-2001 2F
20-SD-2001 3E
What I would like to do in my form is to insert a command command that when I clicked it, it should retrieve only the drawing number that has the highest revision which is "3E" as per my sample data.
Your help is highly appreciated.
qwerty70
I have a bound form called "frmDrawings". This form is bound to table "tblDrawings", it has 2 fields: txtDrwgNum and txtRevNum.
My table contains the following data:
txtDrwgNum txtRevNum
20-SD-2001 1A
20-SD-2001 2F
20-SD-2001 3E
What I would like to do in my form is to insert a command command that when I clicked it, it should retrieve only the drawing number that has the highest revision which is "3E" as per my sample data.
Your help is highly appreciated.
qwerty70