Results 1 to 2 of 2

Thread: Custom Access data types

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    27
    I have fields in an Access 2000 database where usable values have been set using the row source entry in the design view of Access. Is there any way to pull those available values so i can stick them in a combobox or something? I'm using ado.

  2. #2
    Hyperactive Member Paul Warren's Avatar
    Join Date
    Jun 2000
    Location
    UK
    Posts
    282

    I've tried

    I've tried this one myself and there's no way of doing with ADO and Jet. There are only five properties available for a Field and none of them are relevant. You might have to populate a table with the available values and use that to populate the combobox. This same table could be used for all the different sets of values you might need, just use a different key to identify the ones you want for a particular box.
    That's Mr Mullet to you, you mulletless wonder.

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