Dear reader,
The following functions gives me some problems: Mid([FieldName],3,2) and
Left() and Date(). On one pc it works perfect and on the other one an error
message pop's up "Not a valid instruction". After a disconnecting and than
reconnecting a VBA library, which was not indicated as broken, the command
Mid([FieldName];3;2) works correct.
It looks like a check on broken references is not enough.
Who knows how I can avoid this errors in the Left(), Mid() en Right()
instruction.
Thanks for any help,
Simon
The following functions gives me some problems: Mid([FieldName],3,2) and
Left() and Date(). On one pc it works perfect and on the other one an error
message pop's up "Not a valid instruction". After a disconnecting and than
reconnecting a VBA library, which was not indicated as broken, the command
Mid([FieldName];3;2) works correct.
It looks like a check on broken references is not enough.
Who knows how I can avoid this errors in the Left(), Mid() en Right()
instruction.
Thanks for any help,
Simon
Comment