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 wOOdy-Soft 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: Pamy
  • Content: Threads
  • Order by date
  1. Pamy

    GetDocumentByKey not working - please help!

    I'm trying to retrieve userprofile form that matches the email of the current document. If there is no matching email, the system should be able to display a blank form.Below is the coding. However, the code always run to Set uidoc =...
  2. Pamy

    Display view for Today Date

    Hi, I would like to create a view that display documents submitted today. This is my formula but not sure if this is correct cos i have a refresh icon at the view header. Please help. SELECT form = "frmMain" & frmsession ="AM" & @Date(frmReportDate) = @Date(@Today)
  3. Pamy

    Group By Date

    Hi, I would like to display the date by month using SQL statement but not sure how to write the code. Anybody can give a piece of advise. Thks. EG a list of dates in SQL Server Date: 11/3/03 11/3/03 11/4/03 11/05/03 When executing the code I would like to display in the following format...
  4. Pamy

    Accessing NSF Database in Web

    Hi, I'm creating a lotus notes application database for my company. And would like everybody to access the database, rather than sending the database link to everyone, can i create hyperlink for the database in a webpage and when my user click on it, it automatically launch the database in...
  5. Pamy

    Insert Date into SQL

    Hi I'm trying to insert date from a form input to SQL.. This is how i wrote the code txtDateValue = Request.Form("datevalue") sql = "INSERT INTO tbTopic(Topic,TopicDesc,TopicDetail,[Date],Venue,[Time],MaxAllowed) values('?','?','?',""'#" & txtDateValue &...
  6. Pamy

    Insert Current Date into SQL

    Hi, I would like to insert current date (in dd/mm/yyyy)format in the SQL Server. Please teach me how to write the code. sql = "INSERT INTO tbattendance([User],Email,TopicID,DateSubmitted,Dept) values('?','?','?','?','?')" sql = Replace(sql, "?", Name, 1, 1) sql =...
  7. Pamy

    Refresh a page

    Hi, Is there a way to automatically refresh a page when clicking the back button?
  8. Pamy

    CLP 510 Dumps

    Anybody know any dump site for CLP 510 (Designer)?
  9. Pamy

    Check for existing query

    Hi, I need to run different SQL statement in the same query. And this is what i have coded. Set db = DBEngine(0)(0) strSQL = "Select * from XXX" Set qdf = db.CreateQueryDef("QryApplicant", strSQL) The code execute for the first time, but failed on the second attempts. I...
  10. Pamy

    CountIF in Access

    Hi I'm wondering if Access 2k has CountIF function? For eg, i have a form in tabular format Year | Data ========== Year 1 | Data Year 2 | Data Year 1 | Data Can i use countif to calculate nos record for Year 1?
  11. Pamy

    Controlled Access Form

    I would like to know how can i restrict certain user from editing the form. For eg, if the form status = "closed", only the Manager access is allowed to edit. If the form status = "open", everybody can edit. This is what i have written for the access formula but it doesn't...
  12. Pamy

    Calculate age

    ANybody has the formula to calculate age based on DOB
  13. Pamy

    Export Table into Excel

    Hi, Can anybody tell me how do i export access table into Excel as individual worksheet? For example, if i have 4 tables, I would like to export them into as single file as 4 individual sheet eg sheet 1, sheet 2 sheet 3 and sheet 4.
  14. Pamy

    I have create a report with the fol

    I have create a report with the following fields. ProjectID ProjectName ===================== 0701-1 0701 0721-2 0721 M024-5 0782 When i tried to export to Excel, the format becomes ProjectID ProjectName ===================== -437924 0701 -437559 0721 M024-5 0782 Why is this so?
  15. Pamy

    Changing Print Heading

    Hi, How can i change the Print Heading from Query Page Setup?
  16. Pamy

    Auto Generate Report

    Hi, I have a few tables and i would like to create 1 report for all. The problem is some of the tables have different field as a result, the report generate error "Missing fields". How can i overcome this?
  17. Pamy

    Check for existing table in Access

    Hi, I need to check for existing table in Access. How should i go about doing this?
  18. Pamy

    ExportText Wizard

    Hi anybody know how to create a Export Specification dialog box in MS Access Export Text Specification? I do not want to go throught the Wizard Process again if I need to amend the Specification. Tks
  19. Pamy

    How to delete duplicate records in a table

    Hi, I would like to run an SQL query to delete all duplicate records in a table. Problem is I can't think of an easy way to do it. Can anyone please enlighten me? Thank you very much!

Part and Inventory Search

Back
Top