I have a main form and subfrom in it. When I go for new record in subform, enter data in subform, I also have to put value of Device_ID which i already selected from comboBox in mainform. So I want Device_ID feild in subform should have the default value,no need to write.The following code works fine. But I dont know whts the right event to put in.
Device_ID.DefaultValue = Me.Parent!Combo269.Column(1)
Any suggestion is most appreciated.
Device_ID.DefaultValue = Me.Parent!Combo269.Column(1)
Any suggestion is most appreciated.