Would anybody know how to determine what a forms data entry mode is from within VB.
The reason for doing this is to be able to hide/show controls depending on whether or not the user is adding or editing records eg:
if Me.DataEntry = New then
Me.comboBoxForEdits.Visible = false
end if
Thanks in advance for any help
Cheers
Noel
How about