Hello Jaco, Your iif statement probably looks something like this.. Result: IIf([Field1] > [Field2] ,[Field1],Field2) Assuming that Field 1 is a data type of Text and contains the value “150″, Field2 is also text data type and contains the value of “1040″, The above expression will return 150 as Result because a text comparison is [...]
Update 5/14 Looks like the race is heating up. <a href=”http://itknowledgeexchange.techtarget.com/profile/Labnuke99″>Labnuke99</a> has taken the lead over <a href=”http://itknowledgeexchange.techtarget.com/profile/Gilly400″>Gilly400</a> but there is a battle starting for 3rd place between <a href=”http://itknowledgeexchange.techtarget.com/profile/Vlvpk”>Vlvpk</a> <a href=”http://itknowledgeexchange.techtarget.com/profile/Ysrd”>Ysrd</a> <a href=”http://itknowledgeexchange.techtarget.com/profile/Bvining”>Bvining</a> Still allot of time left so it is anyones contest to win. UPDATE 5/9 The contest is heating up between Labnuke99 [...]
Install the Sybase drivers on the SQL Server, and configure them as needed. You can then create a linked server from the SQL Server to the Sybase server and access the objects using the four part object name.
The migration tool and white papers on Microsoft.com are a good place to start. After creating your new tables and moving your data, you’ll need to rewrite pretty much every stored procedure and function as Oracle and Microsoft SQL both use different languages. After all this has been tested in Dev and QA you can [...]
You can query from the sys.sql_modules DMV. If the definition is null then it’s encrypted.
If your primary goals are performance and redundancy therefore best cost unaware raid must be raid 0+1 This gives you max write performance on a zero stripe with full mirror for redundancy. If your really serious about true production get rid of the SATA as MTB (Mean Time Between Failure)is not as good as SAS, [...]
No, the table will be locked while the index creation command is running.
VB Express should have no problem connecting to an Oracle database. You will need to install and configure the Oracle drivers on the machine which you are doing your development work on.
Hi asuasol On your form that has the Calender (name: slct_date), create a comand button, and a bound or ubound field (name : W_Date) with format short date set the On Click of the command button to Event procedure : W_Date = slct_Date When you select a date from the Calender click the command button, [...]
First, make a macro that will open the form you want. Then customize the menu tool bar: View | Toolbars | Customize. Then go to File | Get External Data and right click on Import. Click Properties. Select the macro you created to open the form from the drop down of the On Action property.
Hi, Please check the acl of that database. It should be editor access to user. Also check mail file belongs to option available in tools — preferences. It should be user,s name.
There is a lot of advice on this board for folks like you. Search for “certification” or “experience” or other terms from previous postings. The best advice I can think of is to get experience any way you possibly can. Volunteer to fix or manage computers at your church (if you attend) or some other [...]
In your vba macro when you are creating the activedatabase.SaveAs statement add a parameter FileFormat:= (may be databaseformat, I don’t have access here with me right now.)
In a cursor you load all the records into memory and run through the records running a command for each one. In a while loop you run the same command over and over until a condition it met which then terminates the loop.
You can search the syscomments table within each database on the SQL 2000 server for the text you are looking for. This will search all procedures, views, triggers and UDFs. However the DTS packages are stored in a binary format, and the easiest method to use it to use is to open then up and [...]
You can setup a SQL Agent Alert for alertID 1480. Then create a job which the alert runs when it is triggered.
Quick answer is no you can’t make changes to an Access backend with the users in it because the link to the FE, if it is being used, locks the structure. As far as the front end, it can be on a network drive, but all the users must have full rights to the directory [...]
Finding the rows: select * from table where column like ‘%’||chr(9)||’%'; to change the rows update table set column = replace(column,chr(9),’ ‘) where column like ‘%’||chr(9)||’%';
Hi, The field names in your example don’t match up with your error messages, can you post the code that gives the error messages as well. Regards, Martin Gilbert.
Most common beginner problem is – In the ServerHost box did not try ‘localhost’ and in Username did not try ‘root’.





