T
teelee
I was wondering if you could give me some advice on this problem
I'm having. I have a plan number on my form that I would like to enter the
number and have the plan name and other info related to the plan number
automatically populate after the plan number is entered. I tried this code
but it didn't work this is what I have on the after update:
Me.filter = "[plannumber] = """ & Me.combo & """"
Me.filteron = true
Thanks in advance
I'm having. I have a plan number on my form that I would like to enter the
number and have the plan name and other info related to the plan number
automatically populate after the plan number is entered. I tried this code
but it didn't work this is what I have on the after update:
Me.filter = "[plannumber] = """ & Me.combo & """"
Me.filteron = true
Thanks in advance