how to store value in an access control?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lokcard
    New Member
    • Feb 2010
    • 3

    how to store value in an access control?

    i am a newbie with Access. I like to create a form to store user configuration. How to transfer and store those user-select value? should i store them in a table?

    and, during operation, how to retrieve those value?

    thank you.
  • Kinwang2009
    New Member
    • Feb 2010
    • 22

    #2
    Hi lokcard,
    Where you want to create your form. You want to create on access itself or want to create on VB6? I recommend to save your user configuration in a table or any file format so that to can load that configurations whenever needed.

    Thanks

    Comment

    • lokcard
      New Member
      • Feb 2010
      • 3

      #3
      Thank you. I am using Access to create the form.

      When I store configuration values in a table, I do not know how to call them.
      Will appreciate if you will show me a sample of VBA script that can do call a value from a table?

      Comment

      Working...