Hi there and hope someone can help me. I know I’m doing something wrong with my database.
I’m using access 2013 on a laptop with op system 8.1.
I have a table that holds inventory data, and a form that uses a combo box to use that data to partialy populate my Work order form. [in my working database, I’m currently using combo boxes to fill in each individual form field and it’s taking a long time] Getting the work order form to populate is working well, again thanks to all of you on this forum.
What I need to do is populate the work order table from the unbound fields on the work order form.
I’ve tried a few good ideas from this forum, followed a few web pages with good info and it’s not populating.
In my work order form, since the fields are unbound, in the event, after update I’ve tried :
Me.TextBox1 = Me.Combo118.column(3)
Me.combo118 = Me.Combo118.column(3)
Me.combo118 = Me.Combo118.column(3) «Expr» [Work order Table]![Make] [using the builder]
Me.combo118 = [Make]
=[Me].[combo118]=[Make]
Me!Make = Me.Combo118.Column(3) (tks June7)
none of the above worked so far.
i've attached a copy of what i'm playing with.
Can someone please help.
And thanks in advance.