D
Dorci
Access 2003 - My brackets aren't working.
I have the following piece of code:
With Me.RecordsetClone
.AddNew
![MTNumber] = Me.[MTNumber]
!Address = Me.Address
![City] = Me.[City]
![Postal Code] = Me.[Postal Code]
It keeps failing every time it gets to a field with spaces in the name, in
this case "Postal Code". I've tried with and without brackets and it still
fails. Any ideas? Thanks in advance.
~Dorci
I have the following piece of code:
With Me.RecordsetClone
.AddNew
![MTNumber] = Me.[MTNumber]
!Address = Me.Address
![City] = Me.[City]
![Postal Code] = Me.[Postal Code]
It keeps failing every time it gets to a field with spaces in the name, in
this case "Postal Code". I've tried with and without brackets and it still
fails. Any ideas? Thanks in advance.
~Dorci