M
Mike375
Guest
Mile
I just did this on a label
Private Function Label1524_Click()
Me.RecordSource = "MFormPreC"
End Function
But when i go to open the form it wants a parameter for the tables ID field and then comes up with
Event procedure declaration does not match description of event having same name. The form has two subforms and a macro OnCurrent with several action and conditions lines for Visible
On another form (based on the same table and opened from MasterForm) I have heaps and heaps of label with OnClick for some code I made to open spwecific Word docs and then paste a lot of Access values into Bookmarks. These also has the same problems if I put the on Masterform.
Mike
I just did this on a label
Private Function Label1524_Click()
Me.RecordSource = "MFormPreC"
End Function
But when i go to open the form it wants a parameter for the tables ID field and then comes up with
Event procedure declaration does not match description of event having same name. The form has two subforms and a macro OnCurrent with several action and conditions lines for Visible
On another form (based on the same table and opened from MasterForm) I have heaps and heaps of label with OnClick for some code I made to open spwecific Word docs and then paste a lot of Access values into Bookmarks. These also has the same problems if I put the on Masterform.
Mike