We are updating some of our old 2003 DB's to 2007/2010. I have noticed some of the VB code from the 2003 DB is not doing its job when the DB is converted to 2007. I have gone into VB and compiled the code and nothing shows as being wrong. Here is the code (snipped...there is a lot more of the same type):
Forms![Employee Frm]![Accesses Subform].Form![Server Share Subform].Form.Form.AllowEdits = True
Forms![Employee Frm]![Accesses Subform].Form![Server Share Subform].Form.AllowAdditions = True
Forms![Employee Frm]![Accesses Subform].Form![Server Share Subform].Form.AllowDeletions = False
Should this be changed somehow because it is in 2007 now instead of 2003? Example please.
Sorry, the code button on this site did not work so I just pasted it into the body of this message.
Thanks
Forms![Employee Frm]![Accesses Subform].Form![Server Share Subform].Form.Form.AllowEdits = True
Forms![Employee Frm]![Accesses Subform].Form![Server Share Subform].Form.AllowAdditions = True
Forms![Employee Frm]![Accesses Subform].Form![Server Share Subform].Form.AllowDeletions = False
Should this be changed somehow because it is in 2007 now instead of 2003? Example please.
Sorry, the code button on this site did not work so I just pasted it into the body of this message.
Thanks