Error 2046 SaveRecord Error

  • Thread starter Thread starter jwr
  • Start date Start date
J

jwr

I have an Order by Customer form dependent upon a query. I added a field to
the query; added the field to the Order by Customer form, and when I
attempted to open I got the following message:

Error in Object: Order by Customer
in Procedure: Orders_Click
Error: 2046
command or action 'SaveRecord' isn't available now.

I then went back to my design of the order by customer form and query and
removed the field that I had just added. I still get the same message.

Help please.
jwr
 
JWR, did this form ever work? You can make your main form based on the
client table (not query) then have a subform based on the orders table. It
sounds like there may be a flaw in your design approach. Let me know if I
can help further.

Destin Richter
(e-mail address removed)
 
Yes the form worked before I made the change.
Destin Richter said:
JWR, did this form ever work? You can make your main form based on the
client table (not query) then have a subform based on the orders table. It
sounds like there may be a flaw in your design approach. Let me know if I
can help further.

Destin Richter
(e-mail address removed)
 
Back
Top