Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917

    Import the two Linked tables into this db and then post it again. Remove any sensitive data of course.

  2. #17
    Join Date
    Jul 2010
    Location
    Fire Island Pines, NY
    Posts
    513
    thanks


    (try the attached)
    the resistant combobox is the ony one on the page REPORTS (upper right)

  3. #18
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    On the cbo, change the ColumnWidths to 0.1";1.5" and change the OnLoad event to:
    Code:
    Private Sub Form_Load()
       Dim vtext As String
       vtext = DLookup("[PresetTitle]", "tbeFixtureSchedulePrintOptions")
       Me.cboPresetOption = vtext
    End Sub
    ...and see what happens. Without a criteria in the DLookup() function you know that it returns a random record from the Domain, right?

  4. #19
    Join Date
    Jul 2010
    Location
    Fire Island Pines, NY
    Posts
    513
    that did it
    THANKS FOR ALL YOUR PATIENCE !!!

    btw, the table will never have more than (1) record, so I ought to be OK without a criteria for the DLookup()

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Please I need help with combobox
    By em12 in forum Access
    Replies: 1
    Last Post: 07-16-2010, 08:04 AM
  2. Combobox help
    By rnjalston in forum Forms
    Replies: 1
    Last Post: 04-02-2010, 06:37 PM
  3. help with combobox
    By ManC in forum Forms
    Replies: 0
    Last Post: 03-15-2010, 08:27 PM
  4. Replies: 0
    Last Post: 12-16-2009, 01:14 PM
  5. ComboBox Autocomplete
    By AdrianKitchen in forum Forms
    Replies: 3
    Last Post: 10-13-2009, 11:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums