ADIGA88
Member
- Local time
- Today, 02:16
- 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;"