Recent content by marks2007

  1. M

    how combine two fileds?

    Hi, I am using SQL Server 2005 I try this select firstname & lastname, id from list I get error,it seems '&' is wrong. Please let me know how to combine the two fields Thanks Mark
  2. M

    SQL outer join statement?

    Hi, I have a problem about SQL outer join I have two tables ----------- table one id value1 1 a 2 b 3 c ------------- table two id value2 2 d 4 e 5 f --------------------- I like get the results id value1 value2 1 a 0 2 b d...
  3. M

    Which format to compare the date in Access 2003?

    Hi, I try this way but it doesn't work SELCT * FROM TABLES WHERE ApplDt > 2007-10-01 which format I have to use.Thanks Mark
  4. M

    How to set user password?

    But CHANGE LOGON PASSWORD is used for current logon user and not for the new setting up user. May I change password for any users?Thanks Mark
  5. M

    How to set user password?

    Hi, I add a new user through the menus Tools -> Security ->User and Group Accounting -> users -> new But I do not know how to set a password to the new user. Please help me to find out this Thanks Mark
  6. M

    Can not open the code,why?

    How to do decompile? and why we need to do that? Thanks Mark
  7. M

    Can not open the code,why?

    I have a question. sometimes I can not open the code again after I change the code in module. I have to redo the coding. Do you know why? Do you have the same problem before?How do you fix this. Thanks Mark
  8. M

    How to build a linked table to SQL Server view?

    Hi WayneRyan, the code is like this Set tdf = dbs.TableDefs("tblSomething") tdf.Connect = "Driver={SQL Server};" & _ "Server=" & Me.txtServerName & ";" & _ "Database=" & Me.txtDatabase & ";" & _ "Trusted_Connection=Yes;" & _...
  9. M

    Question about ADP file?

    I build a adp file and add a start up form in it. But I have to enter database password when I start to adp app. May I embed the password in adp file so I just see the startup form without asking password. Thanks Mark
  10. M

    How to build a linked table to SQL Server view?

    Hi, I want to know how to build a linked table to SQL Server view with DSN - less connection.I can not do this from menus and I hope I can do this with VBA code. Thanks Mark
  11. M

    Subdatasheet Name Property?

    I am using Access 2003 aS FE and SQL Server as BE. I read a article that said you can change Subdatasheet Name Property to none in BE and then application performance will change better. But I do not know how to change Subdatasheet Name Property if I use SQL Server as BE.Please help me .Thanks...
  12. M

    Access 2003 forms are slow with SQL Server backend

    Hi I moved all of my tables in from access to SQL server 2005. But the forms are very slow now ,update and add data forms are more slow. Please give me a idea how to fix this.Thanks for your help Mark
  13. M

    Access upsizing question

    Yes.I check SQL database .they are index names,do I have to keep the indexs in SQL Server.Thanks
  14. M

    Access upsizing question

    Hi, I get some strange index when I upszing a Access to SQL Server This is part of report Loading objects into database... Analyzing metadata... Preparing schema TESTTAB.dbo... Preparing table TESTTAB.dbo.[Conversion Errors]... Preparing table TESTTAB.dbo.[MSysCompactError]... Preparing table...
  15. M

    it is slow to access sql server with ms access?

    Hi, I have a Access 2003 application that include two Access files(one for frontend and one for backend).it works fine. I just move the backend Access file to SQL Server 2005.now I use Access 2003 front end to access lined tables with DAO and the linked tables are linked to SQL Server 2005...
Back
Top Bottom