Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum

Status
Not open for further replies.

jass1220

Programmer
May 20, 2003
88
AE
how do i get the maximum value of rsTrainee![trainee_id] ..??
 
rst.Open "SELECT MAX(FieldName) FROM TableName"

Andy
"Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
"Why does my program keep showing error messages every time something goes wrong?"
 
"Why does my program keep showing error messages every time something goes wrong?"

Like it Andy
 
It's a paraphrase of something one of my clients said to me.

Thank you for letting me know it amused you.


Andy
"Logic is invincible because in order to combat logic it is necessary to use logic." -- Pierre Boutroux
"Why does my program keep showing error messages every time something goes wrong?"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top