Sausagefingers
Registered User.
- Local time
- Today, 06:17
- Joined
- Dec 14, 2006
- Messages
- 51
Hi,
What appears to be wrong with the following:
Dim strSQL As String
strSQL = "ALTER TABLE [tbl_zone] ALTER COLUMN [blIsActive] BIT DEFAULT '1';"
DoCmd.RunSQL strSQL
I'm getting a runtime error every time, what have I missed?
Thanks in advance
What appears to be wrong with the following:
Dim strSQL As String
strSQL = "ALTER TABLE [tbl_zone] ALTER COLUMN [blIsActive] BIT DEFAULT '1';"
DoCmd.RunSQL strSQL
I'm getting a runtime error every time, what have I missed?
Thanks in advance
Last edited: