I have a main form which opens another form, the link being AccountID. On the second form I have AllowAddtions=No to prevent the blank line at the bottom of the continuous form. I would like to add a new record to this continuous form but its just not working. I have added a button (OnClick)
with this line
Me.AllowAdditions = True
Me.Text59 = Me.AccRef
However the AccountID field is not populated
I need some help please
Thanks
with this line
Me.AllowAdditions = True
Me.Text59 = Me.AccRef
However the AccountID field is not populated
I need some help please
Thanks