bluetongue
Registered User.
- Local time
- Today, 11:20
- Joined
- Jul 15, 2004
- Messages
- 34
Access to Word
After googling Error 13 - I find it refers to a datatype mismatch.
You have declared lng_Photo_Number as a string variable but the lng_ part of the name would seem to imply that the PhotoID in tbl_Photo_No is a long integer.
If the above assumption is correct try declaring lng_Photo_Number as long Integer (or the same data type as the field in the table if it is something else).
After googling Error 13 - I find it refers to a datatype mismatch.
You have declared lng_Photo_Number as a string variable but the lng_ part of the name would seem to imply that the PhotoID in tbl_Photo_No is a long integer.
If the above assumption is correct try declaring lng_Photo_Number as long Integer (or the same data type as the field in the table if it is something else).