C
Cranky
Hello
I've read through similar threads but can't find the answer I need.
It's a 2-parter, I'm afraid.
I have a form for recording numbers of visitors to my office. The date
is set by a calendar control.
1: The first time I test the form's Save button, it works fine.
However, subsequent records using different dates are not recorded. EG,
08/06/05, all visits sent to the table correctly. If I go then try to
save 09/06/05, nothing happens.
The code set to the button is -
DoCmd.RunCommand acCmdSaveRecord
What have I done wrong?
and
2: If I was later to select 08/06/05 again, how would I go about the
form showing previously stored data and overtyping any amendments when
saved?
Thanks in advance
Steve
I've read through similar threads but can't find the answer I need.
It's a 2-parter, I'm afraid.
I have a form for recording numbers of visitors to my office. The date
is set by a calendar control.
1: The first time I test the form's Save button, it works fine.
However, subsequent records using different dates are not recorded. EG,
08/06/05, all visits sent to the table correctly. If I go then try to
save 09/06/05, nothing happens.
The code set to the button is -
DoCmd.RunCommand acCmdSaveRecord
What have I done wrong?
and
2: If I was later to select 08/06/05 again, how would I go about the
form showing previously stored data and overtyping any amendments when
saved?
Thanks in advance
Steve