I have a form based on a query (single table) that opens and allows updates, additions and deletes. When I open it via a "Create an Order" command button, on a 'Customer' form using a macro with docmd.openform , I suddenly can't add a new record. This is the case whether I have the macro set to all records or specific records. As a a duck-tape fix I created a cmd button "add order" on frm orders, after it opens. On click it gives the error msg: " you can't go to the specified record". I've googled that but didn't find anything helped me with my sitch.
The Form properties are:
recordset: dynaset
data entry: no
allow additions: yes
record locks: no lock
fetch defaults: yes
This db is used on two workstations with their own front ends and linked to tables in a BE db. We only use this system for 8 months of the year and are just back at it. I don't recall having this limitation in the past.
Any help in explaining will be very appreciated.
Cheers,
Shannon