Results 1 to 3 of 3

Thread: Fields not updating? Access 2007

  1. #1

    Thread Starter
    Hyperactive Member Art W.'s Avatar
    Join Date
    Apr 2002
    Location
    In My Own Little World, But that’s OK because they know me there!
    Posts
    271

    Fields not updating? Access 2007

    Hello Everyone:

    I have fields that are not updating if you look at the form “Lease” there is information in the fields that corresponds to the other tables. But when I go to the lease table I am only getting two fields the ones I selected. Not the ones linked to other tables.

    What am I missing?

    See attached file.

    Art W.
    Attached Files Attached Files
    SLEEP: A Totally Inadequate Substation For Caffeine!

  2. #2
    Hyperactive Member Davadvice's Avatar
    Join Date
    Apr 2007
    Location
    Glasgow (Scotland)
    Posts
    440

    Re: Fields not updating? Access 2007

    hi,

    I would say that you should describe how you are interacting with the data. Bound forms or are you using VBA. i'm not keen on opening a DB file i got from the net incase it has some nasties. please don't take the above as a slate on you as it is not.

    if you are using bound forms, are they bound to a query ? if so make sure the RS is not read only. if you are using VBA then make sure that there is no paramiter missing on the query and test the append in debug mode as access can be a bit iffy when executing an append at runtime.

    Thanks
    David
    This is Blank

  3. #3
    Fanatic Member BillBoeBaggins's Avatar
    Join Date
    Jan 2003
    Location
    in your database, dropping your tables.
    Posts
    628

    Re: Fields not updating? Access 2007

    So you have fields on your form that are not updating.
    Update via... code or is the form handling it?

    Three causes I can think of.
    1. Your not triggering an update
    2. Your data validates a rule
    3. Your data source is a join query that is un-updateable

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width