G
Guest
Is there a way that when a form is loaded, it identifies which other form it
was opened from? I was hoping there was something that could identify the
loaded form, and then pass the index (which will always have the same field
name) to the new record.
What I'm looking for is something like this -- where RecordID is the field
name linking the parent and child:
Private Sub Form_Load()
RecordID = [Forms]![(something to identify which form the new form was
loaded from)]![RecordID]
End Sub
was opened from? I was hoping there was something that could identify the
loaded form, and then pass the index (which will always have the same field
name) to the new record.
What I'm looking for is something like this -- where RecordID is the field
name linking the parent and child:
Private Sub Form_Load()
RecordID = [Forms]![(something to identify which form the new form was
loaded from)]![RecordID]
End Sub