Re: Subform not allowing edits?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Allen Browne (AllenBrowne_at_SeeSig.Invalid)
Date: 02/12/04


Date: Fri, 13 Feb 2004 00:42:24 +0800

Creating and deleting fields. It's just possible that Name AutoCorrect is
being confused by that process. Make sure the boxes are unchecked under
Tools | Options | General | Name AutoCorrect.

You probably do compact after deleting the old table before
importing/creating the new.

Triple-check the field names and data types. I know I can get things wrong
after a heavy day.

Other than that, the database may be corrupting? Importing into a new mdb
may be worth trying.

-- 
Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
<anonymous@discussions.microsoft.com> wrote in message
news:f79101c3f184$1e9eb340$a601280a@phx.gbl...
> Hi Allen -
>
> Nope, for speed reasons I do all of the work on a database
> on my desktop before copying it to the network drive for
> use.  I DBMS-copy a SAS file to an existing database ,
> deleting the original table, and rename the new imported
> data the original table name.  I then a couple of fields
> that don't exist in the SAS dataset (including these check-
> boxes).  I then re-check that all queries and forms are
> pulling from the same table name.
>
> Has worked about 15 times in the past, but not this recent
> time...
>
> No security on it at all.
>
> Any other ideas/options?
>
>
> >-----Original Message-----
> >Just a thought, Tim, but when you copied the database
> file, is there any
> >chance that the file's Read Only attribute was set? This
> can happen, e.g. if
> >you copy via CD.
> >
> >If that's not the issue, are you using security (mdw) on
> this database?
> >
> >Is the file on a disk or network share that is read-only?
> >
> >"Tim in Boston" <anonymous@discussions.microsoft.com>
> wrote in message
> >news:e9d901c3f0bf$0e4887c0$a401280a@phx.gbl...
> >>
> >> I have a problem, that has never been a problem
> before.  I
> >> copy out databases and replace the background table, and
> >> then add a couple of fields to that table.  In the past,
> >> once I make that a subform, there have been no problems
> >> editing the data (it's a check box in question here).
> >> However, i cannot check the boxes in the subform now.
> >>
> >> Makes no difference if the main form is based on a query
> >> or a table, and I put no locks on anything.
> >> Ideas/suggestions?
> >>
> >> Post here for the greater good, but also reply to me
> >> directly - timothy [dot] dube [at] ingenix [dot] com.
> >>
> >> Thanks for your help!!
> >>
> >> -Tim


Relevant Pages

  • Re: access 2003
    ... I removed the parameters from the form query source. ... boxes from the form header, events, code, etc and ran the form query source ... forms queries and the SQL because syntax of the SQL will change randomly. ... the Access 97 database, I wouldn't have thought any expressions would be ...
    (microsoft.public.access.conversion)
  • Re: access 2003
    ... I removed the parameters from the form query source. ... synchronize combo boxes to the detail section or the parameter form query ... forms queries and the SQL because syntax of the SQL will change randomly. ... the Access 97 database, I wouldn't have thought any expressions would ...
    (microsoft.public.access.conversion)
  • Re: access 2003
    ... I would focus on the queries behind the combo boxes. ... the Access 97 database, I wouldn't have thought any expressions would be ... When you select a customer and a job in the two combo boxes, ...
    (microsoft.public.access.conversion)
  • Re: Creating search form to return results in report
    ... What is the RecordSource property of your form? ... Are they check boxes? ... know my form is bounded to my database and the combo boxes are unbounded too. ... >I am creating a mail parcel database that contains information such as ...
    (microsoft.public.access.formscoding)
  • RE: adding record via form
    ... the new table 'B' already existed in the database. ... > the information in the three text boxes and add them to table 'B'. ... >> programmatically creating the table on the SQL server via Access? ... put this VBA code in the form's open event: ...
    (microsoft.public.access.forms)