K
KK
Hi guys
I am new to access and trying to get the following done.
If anybody can help me I would appreciate
1) I have a databound access form.
It by default open in data add mode.
When it starts up in the onload event
I fill one of the field for user (an ID field)
However, if user wishes to cancel and close
the form, I have given a Close button. But when
user closes the form Access shows its own
message saying
"you can't save this record at this time etc...."
how can I avoid this message box and just close
the window?
2) I want to have my own buttons to do
Add New Record
Update Record
Delete Record
but if i try to do a
Me.RecordSource.AddNew
or
Me.RecordSource.Update
in a databound form it doesn't work.
regards
KK
I am new to access and trying to get the following done.
If anybody can help me I would appreciate
1) I have a databound access form.
It by default open in data add mode.
When it starts up in the onload event
I fill one of the field for user (an ID field)
However, if user wishes to cancel and close
the form, I have given a Close button. But when
user closes the form Access shows its own
message saying
"you can't save this record at this time etc...."
how can I avoid this message box and just close
the window?
2) I want to have my own buttons to do
Add New Record
Update Record
Delete Record
but if i try to do a
Me.RecordSource.AddNew
or
Me.RecordSource.Update
in a databound form it doesn't work.
regards
KK