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 bkrike 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: samusa
  • Content: Threads
  • Order by date
  1. samusa

    Reading back names instead of numbers

    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
  2. samusa

    Updating Excelsheet

    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
  3. samusa

    Copy to corressonding cells

    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...
  4. samusa

    Conveting ADP to MDB

    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...
  5. samusa

    How to call ASP file in Data Access Pages

    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...
  6. samusa

    Include file in Data access pages

    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...
  7. samusa

    User Login for Data Access Pages

    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
  8. samusa

    DAP and Memo Field

    Ok. Here is the issue. I have DAP report that is based on a query.Report is grouped on StudentID. I want to display memo field text only once with a record but it repeats as many times as student's Assessment history displays. I can't move memo field up in a group as well. When I try to move in...
  9. samusa

    Validation Rule for Text Field

    I have text field that i want to pop up message if user enters greater than 255 character. Can someone tell me how to validate it under Validation rule Option. Sam
  10. samusa

    Scroll up the page

    I have created a vbscript that set labels to "hidden" if there is no data in a particular field. Now i get blank spaces in my pages that does not look good. Is there a way out i can scroll up the page whenever these labels are invisible. Sam
  11. samusa

    Grouping on Similar Data

    Hi All, I've been trying to accomplish this and can't seem to find a direction. Can someone please get me started or at least point me in the right direction. I have a table structured like the one below: ID StudentID LastName FirstName Title StartDate EndDate 1 1 Smith...
  12. samusa

    Filter Blank Values

    Could someone tell me how to make labels invisible if value of the field is blank, in a query or Report. Sam
  13. samusa

    Data Access Pages Question

    Ok ..I have created Data Access Page based on history table(tblhistory). On Data Access Page I have used Option button (Yes and No)used for student's attendance assessment. When a Supservisor is looking at student information page(Say StudentID 1) and click on No option. Popup window should...
  14. samusa

    VBSCRIPT for popup form

    Hi, I have option buttons(Yes/No) on Data access page. If option No is clicked ,it stores NO value in "optno" field of tblstudent table.There is also a memo field in the table "NoComment". I want popup window/form to accept user comments and once he click on OK button, it should be saved to...
  15. samusa

    conditional Popup

    Hi Experts! I have option buttons(Yes/No) on Data access page.I want a popup window when user click on NO option that will accept user comments and this should be saved to memo field of Access table. Could somebody tell me how to do it in either javascript or vbscript. I would greatly appreciate...
  16. samusa

    Interpret Checkbox Value

    I am using three checkboxes on DAP which represent three states. When a user check the checkbox1(say Maryland), "True" value is enterd into the table. Could someone tell me how to intrepret this " True" as Maryland in a query.Appreciate any help Sam
  17. samusa

    Quit command

    Hi I have command button which should quit the webpage if clicked. If I am using window.close, it is working though it is giving me message " the page will be closed...." I want no message just close the page. Sam
  18. samusa

    Auto Run Query

    I have two Data Access Pages and two tables. I have update query that is updating table 2 to table 1. I want to autorun this query when I close DAP or when i click save button on DAP.Could some one help me out.I would greatly appreciate any suggestions thank you Sam
  19. samusa

    Referntial Integrity of Fields

    Hi Could any one tell me how to make referential integrity between fields. Suppose I have a field A which is associated with field B. If I want to delete Value of field B, It shouldn't allow me. I appreciate your help Sam
  20. samusa

    single value in 2 fields

    I have 2 tables with studentID as primary key in both tables. I am using DAP for data entry. Is it possible to enter primary key that gets store in table1 should reflect in table2 as well. Please help. Sam

Part and Inventory Search

Back
Top