Right. I have fixed the question above!!! (woo hoo). Next one. I have a button which i have to click, when i click this i would like it to set the value of the checkbox to checked. Here is the code for the Main button
Code:
Private Sub Update_Act_Click()
DoCmd.TransferText acExportDelim, , "Act Query", "C:\Act Update.csv"
Launch_Act
here is the check box
Code:
Private Sub Check296_BeforeUpdate(Cancel As Integer)
On Error GoTo HandleErr
Cancel = CheckHeadOffice
ExitHere:
Exit Sub
End Sub