Share via

Undefined function <name> in expression. (Error 3085)

Anonymous
2022-11-28T10:24:57+00:00

How must change this function "RBS_ID: (CLng([OMC_UMTS_OBJECTS_INFO].[CELLID])-(CInt(Right([OMC_UMTS_OBJECTS_INFO].[CELLID];1))))/10" to be recognized in MSAccess 365

Microsoft 365 and Office | Access | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2022-11-28T10:38:03+00:00

What happens if you use

RBS_ID: ([OMC_UMTS_OBJECTS_INFO].[CELLID]-Right([OMC_UMTS_OBJECTS_INFO].[CELLID];1))/10

or even

RBS_ID: [OMC_UMTS_OBJECTS_INFO].[CELLID]\10

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful