G
Guest
I have 4 fields on a form that are as follows: [Callers
name],[town],[software], and [comments]. I have two tables involved in my
problem: [Call log] and [town]. What I’m look to accomplish is that when I
select a town in the combo box of the form, it will update the software
field. Now the town table has two columns: [Towns] and [Software]. For an
example, when I select a Concord for my town field of my form, it will add
the second column to the software field. Any suggestions?
What I’m currently trying is ME.software.value = Me.town.column(1) in the
after update of the town combo box and I have also tried it in the software
text box? I can’t get it to work properly. Am I forgetting something? I have
the town combo box set to column count 2, widths 1â€;0â€, bound column 1.
name],[town],[software], and [comments]. I have two tables involved in my
problem: [Call log] and [town]. What I’m look to accomplish is that when I
select a town in the combo box of the form, it will update the software
field. Now the town table has two columns: [Towns] and [Software]. For an
example, when I select a Concord for my town field of my form, it will add
the second column to the software field. Any suggestions?
What I’m currently trying is ME.software.value = Me.town.column(1) in the
after update of the town combo box and I have also tried it in the software
text box? I can’t get it to work properly. Am I forgetting something? I have
the town combo box set to column count 2, widths 1â€;0â€, bound column 1.