George Too
Registered User.
- Local time
- Today, 16:10
- Joined
- Aug 12, 2002
- Messages
- 198
Anyone has encountered a problem with Dmax and linked tables? Or is it my code? The following line generates a run-time error '62506' only when my table is linked but not when the table resides in the db. Any ideas as to why?
NextNum = DMax("Val(Ticket)", "tblHolds")
The 'Ticket' field is a text field that holds alpha-numeric data in this format:
4567A, 2125B...etc.
As always, any help is much appreciated.
Thank you.
NextNum = DMax("Val(Ticket)", "tblHolds")
The 'Ticket' field is a text field that holds alpha-numeric data in this format:
4567A, 2125B...etc.
As always, any help is much appreciated.
Thank you.