Hi,
I have a column in a table that uses 1-9 to represent names and these names are saved in another table. I want to get names instead of numbers when I execute a query. Can anyone help me out?Thanks!
Sam
Hi,
Is there a way out to link MS Access query results to excelsheet so that whenever query is executed it will automatically update spreadsheet. Appreciate it.
Sam
Thanks a ton! It works fine however when I used =VLOOKUP(B3, test, 2, FALSE) , I got #N/A in cells where there was no match. I just want them blank, so I used following:
=IF(ISNA(VLOOKUP(B3, test, 2, FALSE))," ", VLOOKUP(B3, test, 2, FALSE)). This works fine and leaves all those cells blank...
Actually I want to copy results of the query to the second column and it should match with Ist column layout. e,g;
Ist Column Second Column
Bindview
Windows
Visio
....
....
The query returned Ist column and second column results. Now If there are 100 application listed in first column...
Hi all,
I have an Excel spreadsheet with different columns and the first column has application names. The second column and the rest of columns get data by running different queries in MS access database.Let us assume I have 100 applications listed in first column and I am running a query for...
Hi Experts!
Access ADP database is linked to SQL server. I have access to ADP file via Remote Desktop. I need to write some queries and at the same I want to do it locally on my desktop. Also I want to keep my local copy linked to ADP file so that it is always connected to real data. Can someone...
Thank you for your reply. It is not working. May be I am missing something. Is there a way I can hide sub pages from URL in address bar like if default page URL is www.test.com and if a user clicks on another page say empinfo.htm , address bar should show www.test.com instead of...
Hi Experts!
This is driving me crazy. I have created data access pages in MS Access and a logon page in asp.Data Access pages contains XML, VBS and Java Script.Login page is working fine and once user is enter user name and password it directs it to main page of the application.However there is...
Still I have to put following in all Data access pages.It is not working
<%
if not session("validuser") then
response.redirect "login_failed.htm" 'something like that or asp page
end if
%>
Sam
No it is not. Here is the asp file code where from it grabs the value of LoginID.
<!--#include file="db.asp"-->
<%
dim Username, password
Username = request.form("uname")
password = request.form("pword")
%>
<%
Dim struserSQL 'SQL command
dim rsUser
struserSQL = "SELECT * FROM...
I have created data access pages and a logon page in asp.However there is a file tiltled securitycheck.asp that need to included in all DAP's. Here is the code of this file:
<%
'This Page is a Security Check Page
'This code checks if the user has logged in.
'It checks the session variable called...
Thanks fneily for your quick reply. It will work fine if the user enters the URL of logon page. However if a user directly enter the URL of DAP2, he/she can bypass the logon page. Is there a way to redirect the user to logon page if user tries to enter URL of other than logon page.
Sam
I want to create a login-password page to grant users access to data access pages. If anyone has done anything similar to this, please let me know.Any help is appreciated.
Sam
Anyways, somehow i managed it. About writing a book, I am still going through learning process and just playing with DAP's. You are the DAP GURU...
Sam
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.