G
Guest
I am trying to add a new record to a table in a subform
How do you do it in code
How do you do it in code
I am trying to add a new record to a table in a subform.
How do you do it in code?
copies the data across and replaces what is already there, but I need a way of making the new record the focus, just before the ID number is copied, and then the record is save. Therefore completing the operation.
copies the data across and replaces what is already there, but I need a way of making the new record the focus, just before the ID number is copied, and then the record is save. Therefore completing the operation
What is the syntax for settting the focus to a subform (subActions) on the main form (fpriINCIDENTS)?
I keep getting 'Cant got specific record' if i use
Forms!fpriINCIDENTS!subActions.SetFocus