Lavenderchan
Technical User
Hi I have a combo box set after up date to auto fill parts of a new record I have it set up like this
Row Source: SELECT [Property Name],[REMS Number],[FHA Number], [Contract Number], [Project Manager]
FROM [q_Open Items] ORDER BY [Property Name];
Column Count: 5
Bound Column: 1
Column Widths: 2,0,0,0,0
Me.REMS_Number = Me.Combo32.Column(1)
Me.fha_number = Me.Combo32.Column(2)
Me.contract_number = Me.Combo32.Column(3)
Me.Project_Manager = Me.Combo32.Column(4)
But I need to set the FHA Number in a combo box option to and also auto fill after update. I need the to search options but when I tried to set up the FHA Number to run the same way the information pulled into the wrong fields.
Is there an easier way or am I on the wrong track.
Thanks,
Keri
Row Source: SELECT [Property Name],[REMS Number],[FHA Number], [Contract Number], [Project Manager]
FROM [q_Open Items] ORDER BY [Property Name];
Column Count: 5
Bound Column: 1
Column Widths: 2,0,0,0,0
Me.REMS_Number = Me.Combo32.Column(1)
Me.fha_number = Me.Combo32.Column(2)
Me.contract_number = Me.Combo32.Column(3)
Me.Project_Manager = Me.Combo32.Column(4)
But I need to set the FHA Number in a combo box option to and also auto fill after update. I need the to search options but when I tried to set up the FHA Number to run the same way the information pulled into the wrong fields.
Is there an easier way or am I on the wrong track.
Thanks,
Keri