ADIGA88
Member
- Local time
- Tomorrow, 01:53
- Joined
- Apr 5, 2020
- Messages
- 93
Hi Guys,
I am trying to change a field type using the
I am trying to change a field type using the
DoCmd.RunSQL
I succeed with other types but I can't change to tinyint datatype (error message attached)
Code:
DoCmd.RunSQL "ALTER TABLE tblNotification ALTER COLUMN NotificationDate tinyint;"