Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: marks416
  • Content: Threads
  • Order by date
  1. marks416

    Crystal Report 7 report?

    Hi, I have some report designd with crystal report 7. I try to open it with version 11,I get error message. Do you think if I can open it with version 9 or version 10? Thanks a lot M
  2. marks416

    linked table info

    Hi, I have a third party Access application that the front end tables link to different back end databases. I want to output a list to show which table link to which database. Thanks M
  3. marks416

    Access 2000 and Access 2003 setting?

    Hi, I have a third party Access 2000 application. It doesn't work with Access 2003 in generial. I works in Access 2003 after I change the security level to 'low' (tools --> Macro -->security level). I do not know why this happens and I hope the application can work in Access 2003 with...
  4. marks416

    upsize Access to SQL Server, what is the process?

    Hi, I plan upsize my current Access application to SQL server 2005 application.I hope the front end is same and no change and just move the database to SQL Server. My current Access application use DAO to access database.I want to know if DAO can work with SQL server. I found the upsizing...
  5. marks416

    adp and mdb format??

    Hi, I plan to upsize current Access Application to SQL Server Application. I read a documentation.It say 'it will create a ADP file after upsizing'. I confuse ADP and MDB format now.I check the current application,it is MDB format now.Do I have to convert it to ADP format after I upsizing it...
  6. marks416

    May I set control source to lable?

    Hi, I can set the control source for textbox so the textbox can like to a field in table.May I do this for lable?I can not see the control source property for lable. Please help me. Thanks M
  7. marks416

    goto a report when I click a button on form?

    Hi, I am new for access.this is simple question for you. I have a button on a form.I want to write the click event for the button. The form screen goto a report screen(that named report1) when I click the button on the form. Please let me know how to do this.Thanks M
  8. marks416

    How to pass a variable from form to query?

    Hi I have a query like select * from table1 where column1 = "?" I need pass the ? variale from a form . Please let me know how to do that? I also like show the query result on a report.I need a simple tutoral to know this. Do you have a URL link for this? Thanks for help M
  9. marks416

    how to pass struc to cfc???

    Hi, I did this but I get error.Please help me .Thanks test.cfm <cfscript> my_obj = CreateObject("component", "testfolder.components.testcfc"); objEmail=StructNew(); objEmail.email="123@msn.com"; objEmail.message ="hello"; my_obj.emailInfo(); </cfscript> testcfc.cfc <cfcomponent>...
  10. marks416

    assign a value for Object type??

    Hi, I try to assign a value to Object like the following code. <mx:Script> <![CDATA[ public var emailData:Object; public function sendEmaildata():void { emailData.email="abc@hotmail.com"; } ]]> </mx:Script> But I get a error like this " Cannot access a property or method of a null object...
  11. marks416

    How to output rpt.extension file in Access?

    Hi, Somebody told me Access can out .rpt extension files?I try MS Access and I can not find the feature. Please help me. Thanks M
  12. marks416

    Code Access Problem???

    Hi, I have a VBA question now. I have did a VBA application and I debuged and compiled in my local computer.It works fine. After I copy the application to a network server. It works fine when I access it from my computer .but it doesn't work when somebody else access it from his computer. I...
  13. marks416

    SQL server 2005 client Instllation?

    Hi, I have a SQL 2005 server Developer Edition.I only want to install SQL Server Management Studio and do not need database.I use THE network databaseS. Please let me know how to do the installation.Thanks M
  14. marks416

    How to open and update hidden tables?

    Hi, I need open hidden table and update it.Please give me a hit how to do that. Thanks Mark
  15. marks416

    where I call the function?

    Hi, I have a function that covert existing DSN linked tables to use a DSN-less connection. I want to make sure if I need call the function in my first form's form_load event or I have to call it in every forms form_load part. Thanks Mark
  16. marks416

    Import data function in express version

    I am using SQL Server Management Studio Express.but I can not see the import/export data function. I want to make sure if I can use the function in the free version tool. Thanks M
  17. marks416

    SQL Server 2005 express download?

    Microsoft site is very slow now,do you know other site I can download from. Thanks M
  18. marks416

    SQL Server 2005 and SQL Server in same pc?

    Hi, I have a question for SQL Server installation. May I install SQL Server 2000 and 2005 in same computer? Thanks for help. M
  19. marks416

    How to covert a Access 2000 Application to SQL Server 2005 App.?

    Hi, I need convert an Access 2000 App to SQL Server 2005 App now. I need use DSN-less connection with DAO because I need save the App in the network and many people use it. Please give me a idea how to do this and the steps I will take. Do I have to change a lot VBA codes? Thanks M
  20. marks416

    How to read protected module?

    Hi, I want to read a module but I do not have permission to read it. Any way I can use to open the module. Thanks M

Part and Inventory Search

Back
Top