Topics
Started by
Posts
Last post
Hi I'm running Access 2003 adp to SQL Server 2000 back end. I am trying to output the results of a…
2 replies
I use SqlServer2000 database and MS ACCESS application with link to the sql server database. when I…
8 replies
In the MS office Excel comma separated value file, the data shows properly, but when I try to expor…
2 replies
How to convert this Left([Field3],InStr(1,[Field3]," ")-1) and Right([Field3],(Len([Field3])-InStr(…
9 replies
How can I write select statement for "STICHTING WERELDHULP-BELGIE beginning of the sentence with "…
13 replies
How to convert this to SQL query: IIf([Field4] Like ("*,*"),Left([Field4],InStr(1,[Field4],",")-1),…
1 replies
sELECT CASE WHEN first_Name Like 'MR.%'THEN Right(First_Name,Len(First_Name)-4) ELSE Right(First…
4 replies
How can I convert from access to sql server NA: Right([Field6],Len([Field6])-InStr(1,[Field6],"Unit…
11 replies
Hello - I have rain data for a weather station stored in Access. I have "weighing bucket" where …
2 replies
i need help how can i do this want to pull the table from access 2007 Display all the orders that…
15 replies
I have the following code which calls from querydef my store procedure in the SQL server which dele…
5 replies
I have a button as soon as I click on it, I need: How can I call a store procedure in the form? Nam…
2 replies
I have a form with First Name, Last Name and Date fields all of which are combo boxes. There is a p…
1 replies
I have a table in sql server2005 with a bigint type. Linked table doesn't display values in Acces…
2 replies
I'm a newbie to Access but familiar with SQL. I have an Access database that is linked to a SQL Se…
2 replies
Viewing 15 topics - 346 through 360 (of 1,304 total)
You must be logged in to create new topics.