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...
Hello All ..
Please Help ..
I have 2 bound TextBox ( Date & ValidityDay ) on form base on query and query base on table
I need ValidityDay TextBox get and display value from [Date] TextBox that I pick it +30Day and return this value to table and save it when I press save record button...
Hello All
I have 2 form ( Form A & Form B )
Form A contend Contain ListBox
Form B contend Contain bound Text box
I need to know how when double click ListBox at Form A passing value of listbox.Column(0) to bound Text box at Form B
Please at expiration builder if can
Thanks ...