DB Need query to be updatable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form based on a query.
The form displays the correct data, but does not allow changes.
The query's unique records property is set to NO, which should allow changes.
How do I fix this?
 
Hi,

--------------------
| Thread-Topic: DB Need query to be updatable
| thread-index: AcPZZN14fFu8vcPOSPSoYvBh7ceBxg==
| X-Tomcat-NG: microsoft.public.access.formscoding
| From: "=?Utf-8?B?RGVzZXJ0IEJlYXI=?=" <[email protected]>
| Subject: DB Need query to be updatable
| Date: Mon, 12 Jan 2004 15:36:13 -0800
| Lines: 4
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.access.formscoding
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.access.formscoding:215934
| X-Tomcat-NG: microsoft.public.access.formscoding
|
| I have a form based on a query.
The form displays the correct data, but does not allow changes.
The query's unique records property is set to NO, which should allow
changes.
How do I fix this?
|

Is the query itself updateable? You may need to set the property
"Recordset Type" of the Form to "Dynaset (Inconsistent Updates)"


I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Eric Butts
Microsoft Access Support

"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
 
I changed the query to "Dynaset (Inconsistent Updates)". No change to frmEval behavior
Wish it had been this easy to fix.
 
Back
Top