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
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
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...
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...
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...
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
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
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
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>...
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...
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...
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
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
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.