Search results

  1. P

    Passing two Cobobox value to two texbox in form

    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 ?
  2. P

    Two tables in query

    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...
  3. P

    TextBox [Date]+30

    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...
  4. P

    Text box value base on ListBox

    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 ...
Back
Top Bottom