B
Ben
I downloaded the Slick Switchboard from the internet and it's screwing up my
INSERT INTO command button. I want to keep the switchboard but it's having
issues because it doesn't see the "documents" form. Here is my code:
DoCmd.RunSQL "INSERT INTO tblDMP (DataItemName, Type, Format_Tool,
StorageLocation, VersionControl, ChangeControl, AccessPermissions,
BackupFrequency, SecurityLevel, CreationFrequency, DeliveryMethod) VALUES ('"
& Me.Title & "', '" & Me.InternalDeliverable & "', '" & Me.Format & "', '" &
[Forms]![SDISwitchboardInFormReports]![Documents]![Location1]![Directory] &
"', '" & Me.VersionControlled & "', '" & Me.ChangeControlled & "', '" &
Me.AccessPermissions & "', '" & Me.BackupFrequency & "', '" &
Me.SecurityLevel & "', '" & Me.CreationFrequency & "', '" & Me.DeliveryMethod
& "')"
INSERT INTO command button. I want to keep the switchboard but it's having
issues because it doesn't see the "documents" form. Here is my code:
DoCmd.RunSQL "INSERT INTO tblDMP (DataItemName, Type, Format_Tool,
StorageLocation, VersionControl, ChangeControl, AccessPermissions,
BackupFrequency, SecurityLevel, CreationFrequency, DeliveryMethod) VALUES ('"
& Me.Title & "', '" & Me.InternalDeliverable & "', '" & Me.Format & "', '" &
[Forms]![SDISwitchboardInFormReports]![Documents]![Location1]![Directory] &
"', '" & Me.VersionControlled & "', '" & Me.ChangeControlled & "', '" &
Me.AccessPermissions & "', '" & Me.BackupFrequency & "', '" &
Me.SecurityLevel & "', '" & Me.CreationFrequency & "', '" & Me.DeliveryMethod
& "')"