Search results

  1. M

    how to calculate in sql server 2008 online web admin?

    yes that will be better if there's a computed column function, I thought there's no such kind of function in sql server. but in my godaddy web admin, I can't find how to modify the column as calculated column, maybe can be modified only by code. thx a lot! ------------- This could have...
  2. M

    how to calculate in sql server 2008 online web admin?

    cool, it helps! it's okay now, thx!
  3. M

    how to calculate in sql server 2008 online web admin?

    hi guys, now I have a SQL Server Web Admin, and I use ODBC for access to connect with it. I have a table: TABLE1 in TABLE1 I have 3 columns: A B C I will input A B by myself, and I want C=A*B automatically I can't find out how to change expression of C in the web admin, is there any other...
  4. M

    all combo box change to text box

    thank you for your reply. yes I know that, but when in form, when I "add existing fields", previously it's combo box directly, but now I need to change it from text box to combo box, and add row source by myself. it looks like a little bit strange, isn't it? i use godaddy.com for sql server...
  5. M

    all combo box change to text box

    hi guys, I am new with sql server to be BE of access. previously I use access only with all of tables and forms, now I want use access to be only FE, and sql server to be my BE. I use The free Microsoft SQL Server Migration Assistant (SSMA) to migrate all of my data from local access to sql...
Back
Top Bottom