DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: list of values problem

  1. #1
    Join Date
    Oct 2002
    Posts
    8

    list of values problem

    I am trying to insert a record in the text field of a form to which an lov is attached and wants that if a value is not present in the list of values and i am myself is entering that value,the list also should get updated with that new value entered.I have kept automatic refresh property to yes.Any ideas....

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    Insert/Add a row in the record group to add the value. You say to keep the value in the LOV - keep it for how long? Forever? You'll need to update whatever table(s) used in the rg query. Keep it for as long as the form is open? Use a parameter or global variable. Not a good idea if you are talking about adding several values to the LOV.

  3. #3
    Join Date
    Oct 2002
    Posts
    8
    Thanks,stecal.
    This forum is making my life easier.

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