R
redFred
Hi all. I open a form, complete some data entry then, using a button, call a
popup form for entering greater detail. Then I close that popup. BTW, the
first form remains open all the time.
My world is fine until I want to go back and edit that popup form. The form
displays correctly, with the data I previously entered...however, I am unable
to enter anything...it just beeps at me.
The code I use to open the form is: DoCmd.OpenForm stDocNameBC, , ,
stLinkCriteria, acFormEdit.
As I said, the form opens with the correct date, just can't change it. What
should I be looking for to correct? The form is set to adds/edits/deletes to
yes, the controls are enabled and unlocked.
Please help!
Thanks,
popup form for entering greater detail. Then I close that popup. BTW, the
first form remains open all the time.
My world is fine until I want to go back and edit that popup form. The form
displays correctly, with the data I previously entered...however, I am unable
to enter anything...it just beeps at me.
The code I use to open the form is: DoCmd.OpenForm stDocNameBC, , ,
stLinkCriteria, acFormEdit.
As I said, the form opens with the correct date, just can't change it. What
should I be looking for to correct? The form is set to adds/edits/deletes to
yes, the controls are enabled and unlocked.
Please help!
Thanks,