Results 1 to 2 of 2
  1. #1
    white_flag is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    26

    .RowSource Combo

    Hello

    I have an combobox. That combo I would like to be populated via VBA with an column or 2 from an table. I put the code like this (see code) but the combo is empty:



    Code:
    Private Sub Form_Load()
    Me.Combo3.RowSource = "SELECT imagini.imagineID, imagini.titlu, imagini.cale_imagine FROM imagini ORDER BY [titlu]"
    End Sub
    what can be done?

  2. #2
    white_flag is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    26
    ok, I forget to put row Source Type as Table/Query

Please reply to this thread with any new information or opinions.

Similar Threads

  1. RowSource Value not writing to the Table
    By tbassngal in forum Queries
    Replies: 5
    Last Post: 09-03-2011, 12:16 PM
  2. combobox rowsource
    By dirkvw in forum Forms
    Replies: 3
    Last Post: 06-20-2011, 05:12 PM
  3. Replies: 14
    Last Post: 02-21-2011, 03:05 PM
  4. SQL Rowsource
    By DSTR3 in forum Queries
    Replies: 2
    Last Post: 12-06-2010, 11:06 AM
  5. Replies: 1
    Last Post: 11-01-2010, 06:59 PM

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