Search results

  1. M

    Format - listbox

    No it is still left aligned.
  2. M

    Format - listbox

    I fill the listbox in the Load event of the form and the onclick event of both the listbox (with the months) and the combobox (with the years). I use "Format" in my Sql-statement and it does format my field, but it is right aligned and not left aligned. This is the sql-statement I use...
  3. M

    Format - listbox

    No that does not work.
  4. M

    Format - listbox

    I have a listbox with 3 columns: Date, Shop, Amount I want to format the amount and have it right aligned. Can anyone tell me how to do that?
  5. M

    Ordering Form

    I have actually 2 questions. They are probably very easy to solve, but I have no idea where to start looking. 1) I have a form (Form1) which has a combo box. When pressing "F2", I start a second form (Form2). On Form2 I want my records order by Name, but I always have them ordered by ID. I...
  6. M

    Finding Field when entering ID

    I tried it and it works. Thank you :)
  7. M

    Finding Field when entering ID

    I tried working with DLookUp, but than every record changes.
  8. M

    Finding Field when entering ID

    I'm talking about the form "Budget" and the problem is in the SubForm "BudgetLine"
  9. M

    Finding Field when entering ID

    I have a form where I want to enter an ID and then see the Name in the next field. How do I do that? Everytime I enter an ID I get "?Name" in the next field. The Table is "BudgetLine" and I enter an ID from a table "Item" Item ID Name
  10. M

    Count City

    genghis82 what you suggests does not give me the empty cities. What I want is to display all the cities in a certain region (that is the LocationID) and for eacht city the number of people. In my example I want to show all the cities in region 1. That should be 32 cities, but if you count the...
  11. M

    Count City

    I have a problem with counting the people in each city. I will give a discription of my tables first and than explain what I want. City ID City LocationID People ID Name BirthPlace DeadPlace ... What I want is a list of all the cities in LocationID = 1 and a count of all the people that where...
Back
Top Bottom