Hi Guys
Hope someone can help
I have a combo (Exp Code) that looks up in a form from another table, which saves in the current form table, in a txt box it the auto fills the description:-
Private Sub Expense_Code1_Change()
Private Sub Combo163_AfterUpdate()
Me.Text169 = Me.Combo163.Column(1)
End Sub
this works fine, but how to i get it to save in the form table because when ever i return to the form the information has disappeared.
Any ideas?