Consulting

Results 1 to 5 of 5

Thread: Ghost parameter in Update Query

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location

    Ghost parameter in Update Query

    I am sure I am missing the obvious, but here goes anyway.

    I have written hundreds of parameterised queries in Access, but I don't recall having this problem before. The following update that should prompt for 3 values prompts for4, an extra value.

    UPDATE Product 
    SET ProductName = param.product, ProductType = param.product.type
    WHERE Id = param.id;
    As well as the 3 parameters that I have setup, it also prompts for ProductType. What am I missing here?
    Last edited by Bob Phillips; 03-05-2022 at 11:45 AM.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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