I have a field that needs to have both numbers and text. I need to be able to look up the highest number in that field, ignoring the text. Is there a way around the limitation of DMax on text fields? If I run it as is, then I get Z as the highest value, instead of 9, and I would get 3 as higher than 21.
Is there some trick I can use like pulling only number values or creating a recordset, etc?
Thanks.
Is there some trick I can use like pulling only number values or creating a recordset, etc?
Thanks.