Adding Field Data In A New Subform row

B

Bob Barnes

I'm using this in a Subform to add the Date in each Record

Private Sub Form_BeforeInsert(Cancel As Integer)
BDate = Forms!frmMain!TheDate
End Sub

If my just entered Record has...11/18/07....1..2...Blue,
....when I enter a new Record in the Subform, how can I
get the...1...2...Blue (above)to populate in the new Record?

TIA - Bob
 
Top