A
andrew3254
Hi,
I am probs missing something small but cant see it for looking and been
staring at it for far too long, I'm getting an error message for one line of
code saying:
Error "2447"
Invalid use of .(dot) or ! operator or invalid parenthesis.
I cant seem to find the error with it as it matches a similar line in
another module with exactly the same syntax and that works perfectly.
Line of code:
Me.[Document Number] = Me.[Department Number] & "INV" & tmp
tmp being a number value created before this statement.
I am probs missing something small but cant see it for looking and been
staring at it for far too long, I'm getting an error message for one line of
code saying:
Error "2447"
Invalid use of .(dot) or ! operator or invalid parenthesis.
I cant seem to find the error with it as it matches a similar line in
another module with exactly the same syntax and that works perfectly.
Line of code:
Me.[Document Number] = Me.[Department Number] & "INV" & tmp
tmp being a number value created before this statement.