B
beavetoots
I have a form that has a club and a branch. I don't want to have users
having to data enter the combined field:
frm_data!combo_field = rtrim([club]) & Rtrim([branch])
I can get it to show the combined field in the form, but can't get it to
write back to the table that the form is based on:
tblZip.comboKey = Forms!frm_data!combo_field
Can somebody tell me how to get this to update the table?
having to data enter the combined field:
frm_data!combo_field = rtrim([club]) & Rtrim([branch])
I can get it to show the combined field in the form, but can't get it to
write back to the table that the form is based on:
tblZip.comboKey = Forms!frm_data!combo_field
Can somebody tell me how to get this to update the table?