R rkolinsky Nov 10, 2008 #1 I created a form from a query. The query woks correctly, but when I open up the form, I can't add records....any suggestions??
I created a form from a query. The query woks correctly, but when I open up the form, I can't add records....any suggestions??
T Tom van Stiphout Nov 10, 2008 #2 On Sun, 9 Nov 2008 17:36:18 -0800, rkolinsky Can you add records to the query? If yes then you may have the AllowAdditions property of the form set. If no, you have a non-updatable query. -Tom. Microsoft Access MVP
On Sun, 9 Nov 2008 17:36:18 -0800, rkolinsky Can you add records to the query? If yes then you may have the AllowAdditions property of the form set. If no, you have a non-updatable query. -Tom. Microsoft Access MVP
R rkolinsky Nov 10, 2008 #3 How do I change the query to an updatable query....I cannot add records to the query.