A
alxw3
during the load, using this code in subform causes the selection be set to
last record. how change this to set the selection to first record instead?.
Form_Current()
Me.Parent.insname = Me.insname
Form_Load()
DoCmd.GoToRecord , , acFirst
Me.Parent.no1 = Me.no
DoCmd.GoToRecord , , acLast
Me.Parent.no2 = Me.no
DoCmd.GoToRecord , , acFirst
Me.Parent.insname = Me.insname
last record. how change this to set the selection to first record instead?.
Form_Current()
Me.Parent.insname = Me.insname
Form_Load()
DoCmd.GoToRecord , , acFirst
Me.Parent.no1 = Me.no
DoCmd.GoToRecord , , acLast
Me.Parent.no2 = Me.no
DoCmd.GoToRecord , , acFirst
Me.Parent.insname = Me.insname