D
David#
My form "frmAccounts" hold my Acct.s# and Acct Names for
past due acct's. My "frmCallnotes" holds my collection
attempt data linked to Acct# for each Acct.
I want to click on my "Account Name" and open the
CallNotes form showing ALL calls for that account PLUS an
blank,new record field. I'm getting blank record for NEW
record enrty but no existing records. The Navigation
Buttons show "Record 1 of 1", so all existing record are
filtered out. What am I missing!!
Private Sub AcctName_Click()
DoCmd.RunCommand
acCmdSaveRecord DoCmd.OpenForm "frmCallNotes",
acNormal, "", "[Forms]![frmCallNotes]![AcctID]=[Forms]!
[frmAccounts]![AcctID]", "", acNormal
Thanks!!
past due acct's. My "frmCallnotes" holds my collection
attempt data linked to Acct# for each Acct.
I want to click on my "Account Name" and open the
CallNotes form showing ALL calls for that account PLUS an
blank,new record field. I'm getting blank record for NEW
record enrty but no existing records. The Navigation
Buttons show "Record 1 of 1", so all existing record are
filtered out. What am I missing!!
Private Sub AcctName_Click()
DoCmd.RunCommand
acCmdSaveRecord DoCmd.OpenForm "frmCallNotes",
acNormal, "", "[Forms]![frmCallNotes]![AcctID]=[Forms]!
[frmAccounts]![AcctID]", "", acNormal
Thanks!!