Hi,
Me again.
Stuck on yet another part of my database. I had it all up and running and this is an update request made by one of my other staff members.
I'm trying to get some auto fills going to make things faster for the sales team. However they are auto fills that need to save so that the data shows up on reports.
I followed some instructions for setting up a query then using a combo box to get auto fill fields, but I want the text boxes with
=combo281.column(1) to save the data to a field so say this formula will bring up the year. I want that year to be saved in the Year field.
So I read about trying use the after update function to enter this code:
Me.TextboxName = Me.ComboName.Column(2)
But I can't figure out how to get that to work. Having a major headache this is way beyond my skill level.
Can anyone help?
Me again.
Stuck on yet another part of my database. I had it all up and running and this is an update request made by one of my other staff members.
I'm trying to get some auto fills going to make things faster for the sales team. However they are auto fills that need to save so that the data shows up on reports.
I followed some instructions for setting up a query then using a combo box to get auto fill fields, but I want the text boxes with
=combo281.column(1) to save the data to a field so say this formula will bring up the year. I want that year to be saved in the Year field.
So I read about trying use the after update function to enter this code:
Me.TextboxName = Me.ComboName.Column(2)
But I can't figure out how to get that to work. Having a major headache this is way beyond my skill level.
Can anyone help?