Yes I sure
when I select from CoboBox [CardName] I get value to Purchasing textbox that match Me.CardName.Column(2)
But in Selling textbox still empty
I think the problem with code
Hello All ..
fix code Please ...
Private Sub CardName_AfterUpdate()
Me.Purchasing = Me.CardName.Column(2)
Me.Selling = Me.CardName.Column(3)
End Sub
I get value of Column(2) in Purchasing textbox
but in Selling textbox not
why ?
Hello All...
Please Help .
I have two tables (1- User) , (2-Dept) have filed name D_Sum and link ID of [User] to UserID of [Dept] table
My question is how to add both of tables and get all user with filed name D_Sum form [Dept] table :confused:
in order to filter User with that have...