Hi All,
It's nice to be back.
I just got my hands on Access again and I was surprised that the magic is still there.
However, the new Navigation Forms in 2010, replacing the switchboard, is new to me. Nevertheless, I figured it out right away, except with one issue.
I can't seem to get the acDataMode to work!
No matter what I choose, acFormEdit, acFormAdd, asFormReadOnly, etc, access seem to ignore this and just simply browses to the form in normal mode.
Googled every possible keyword combination but I have found nothing. Not even on the MicroSoft site.
What am I supposed to do?
Am I missing something?
Please help me. I am pulling my hair on this last piece of my program.
Thanks in advance. I hope the masters, like NeoPa, would be able to read this and help me out once again.
It's nice to be back.
I just got my hands on Access again and I was surprised that the magic is still there.
However, the new Navigation Forms in 2010, replacing the switchboard, is new to me. Nevertheless, I figured it out right away, except with one issue.
I can't seem to get the acDataMode to work!
No matter what I choose, acFormEdit, acFormAdd, asFormReadOnly, etc, access seem to ignore this and just simply browses to the form in normal mode.
Googled every possible keyword combination but I have found nothing. Not even on the MicroSoft site.
What am I supposed to do?
Am I missing something?
Code:
DoCmd.BrowseTo acBrowseToForm, "frmEmployee", "Main.NavSub", , , acFormAdd
Thanks in advance. I hope the masters, like NeoPa, would be able to read this and help me out once again.
Comment