After a second thought, I decided to try Tim's suggestion to create a Custom Property and after reading Tim's great sample and with the SF help file, I could not believe how easy it was to have 2 Custom Field Properties to handle this situation and not have to add a single line of code at the form level, which keep the things simple.
For the sake of new SF users, here is the code for one of my Custom Field Properties:
<Browsable(
BusinessFieldDisplayInEditor(), _
Description(
DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _
loBusinessObject.FillByPrimaryKey(
loBusinessObject.Dispose()
Once again, big thanks to Tim and Trent for the lecture on how to accomplish this task.