Hey folks,
Here is what I am trying to do. I have two tables one that stores color numbers (color) and one that stores jobs (jobs). I have 5 text boxes in the Jobs form that I need to reconcile against the color table. If the color number does not exist then I need to open the color form. Here is what I have currently but it does not work. As always any help is greatly appreciated:
on the first text box in the Afterupdate property for the Jobs form:
if me![text14]<>[color}![colornumber] then docmd.openform "color"
Here is what I am trying to do. I have two tables one that stores color numbers (color) and one that stores jobs (jobs). I have 5 text boxes in the Jobs form that I need to reconcile against the color table. If the color number does not exist then I need to open the color form. Here is what I have currently but it does not work. As always any help is greatly appreciated:
on the first text box in the Afterupdate property for the Jobs form:
if me![text14]<>[color}![colornumber] then docmd.openform "color"