Here's my problem:
I have a main form (frmEnter) which shows records of expenses. I have added a command button to this form which successfully opens a second form (frmAddrec) to the current record (based on a Autonumber field "recnum" that appears in both forms). The idea of frmAddrec is to allow me to add records when I need to without losing my place in frmEnter. I also want the fields in frmEnter to be mostly locked but the fields in frmAddrec to be mostly editable. The problem is that I can't seem to get frmEnter to update with the new record added in frmAddrec. I've added a refresh button to frmEnter which doesn't seem to do anything. frmEnter does reflect any changes I make in frmAddrec to existing records but doesn't reflect new records. I've noticed that if I close frmEnter and reopen it, the new record is there. I'm not too familiar with Access so I'm feeling stuck.
Thanks.
I have a main form (frmEnter) which shows records of expenses. I have added a command button to this form which successfully opens a second form (frmAddrec) to the current record (based on a Autonumber field "recnum" that appears in both forms). The idea of frmAddrec is to allow me to add records when I need to without losing my place in frmEnter. I also want the fields in frmEnter to be mostly locked but the fields in frmAddrec to be mostly editable. The problem is that I can't seem to get frmEnter to update with the new record added in frmAddrec. I've added a refresh button to frmEnter which doesn't seem to do anything. frmEnter does reflect any changes I make in frmAddrec to existing records but doesn't reflect new records. I've noticed that if I close frmEnter and reopen it, the new record is there. I'm not too familiar with Access so I'm feeling stuck.
Thanks.