Search results

  1. I

    MySQL, PostgreSQL or MSDE ?

    Hello, I'm considering using another database server (than Access). The application has more and more users so I would like to upgrade the server to a better DBMS in terms of robustness, security and performance. The client will remain an access application. I made my short list but it...
  2. I

    query result into a TextBox object

    I want to put the result of a query into a TextBox (ex. to display minimum price from article list) How i do : i put a MyListBox and a MyTextBox on my Form. MyListBox is set to visible=No Me.MyListBox.RowSource = MyQuery i run my query and i put the result into MyRecordSet i go to the top of...
Back
Top Bottom