I see many examples utilizing this syntax: Forms!FormName.ComboName
Yet I have to write mine like this: Form_FormName.ComboName
I've been dealing with it for awhile now so i have a lot of code already written like this. But, my concern is that I might have to re-write all of the code in the...