Access97:
I have a form with a date field. After the date is entered I run a DoCmd.RunCommand acCmdSave and then a requery. The form does not close but stays open for the user to perform another action.
My problem is this:
When I test the .MDB (no split - just a straight .MDB), no errors occur.
As soon as I split the DB into frontend(.MDE) and backend(.MDB) I receive an error that 'the save command is not currently available' (I am the only person using the DB).
Actually, I click ok and everything is fine - the save is done and the requery runs.
What gives? Why do I get this error message in the .MDE but not the original .MDB? In fact, why do I get it at all.
I could trap the error but I really want to understand what is happening.
I have a form with a date field. After the date is entered I run a DoCmd.RunCommand acCmdSave and then a requery. The form does not close but stays open for the user to perform another action.
My problem is this:
When I test the .MDB (no split - just a straight .MDB), no errors occur.
As soon as I split the DB into frontend(.MDE) and backend(.MDB) I receive an error that 'the save command is not currently available' (I am the only person using the DB).
Actually, I click ok and everything is fine - the save is done and the requery runs.
What gives? Why do I get this error message in the .MDE but not the original .MDB? In fact, why do I get it at all.
I could trap the error but I really want to understand what is happening.