I am trying to add a simple check box to a Macola screen (PO Line Item). One of the properties of the checkbox is that it is VBA only, which apparently means, among other things, that the tab order of the screen is now screwed up. When I change the value of the checkbox and press enter to save, the cursor moves to the OK box in the upper left of the screen instead of to the line item box. I have to tab twice to get the cursor back to the line item box, where the update routine occurs (because the post save event doesn't work, but that's another story). I've tried to change the tab order of the screen, but because the checkbox is VBA only, it cannot be included in the tab ordering function of the screen designer. This should be a ten-minute change, but I've got several hours into it, trying to figure out to make this work. Any ideas?