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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GammelNok

  1. GammelNok

    Citrix and MSAccess

    Problem: when run in Citrix, Access goes out and opens shell of table, but doesn't return any data. Any help appeciated Hans
  2. GammelNok

    CrossTab Stored Procedure

    I have a Stored procedure, which produces a fine Crosstab result when Doubleclicking on the procedure, and supplying the required parameters. However, when running from a button it runs, and then closes down without showing the result Set conn = CurrentProject.Connection conn.Execute...
  3. GammelNok

    table not updatable in access

    Hi Just had a similar problem Even with an Identity column, you still need to set the Access Index key as well for that column Then it should work Regards Hans
  4. GammelNok

    Cross Tab Output

    I have a Stored procedure, which produces a fine Crosstab result when Doubleclicking on the procedure, and supplying the required parameters. However, when running from a button it runs, and then closes down without showing the result Set conn = CurrentProject.Connection conn.Execute...
  5. GammelNok

    Moving Emails from one folder to another through code

    From within Access, Choose File | Get external Data | Link Then choose File type: Exchange and you should be looking at your Microsoft Outlook Folders Select any one Good Luck
  6. GammelNok

    Move First, move Prev, Move Next, Move Last

    I have an excellent function in Access 2000 that performs the above, Enabling buttons on EOF and BOF. Trying to get the same result in SQL Server does not work too well. Has anybody got stored procedures to perform the above Any help appeciated on this steep learning curve Regards Hans
  7. GammelNok

    Stored Procedure or View to Print out One Record

    Hi I am trying to produce a Stored Procedure to print a Timesheet based on multiple entries for any given Chap/Chapess in any given week Here is my attempt so far CREATE PROCEDURE qselTIMEDataOne (@timeTeamID int, @timeWeekEnding datetime) SELECT timeTeamID int, timeWeekEnding datetime FROM...
  8. GammelNok

    ServerFilter

    Hi I am trying to get over the Docmd.ApplyFilter problem in my adp database, backended to SQL2000. The following code does not filter my form any ideas welcome Private sub cmdLeft_Click() Me.ServerFilter = "" Me.ServerFilter = "teamEmpStatus = 'Left'&quot...
  9. GammelNok

    Append Query

    I am trying to create a stored procedure using two parameters to append a new record to an existing table any tips gratefully received Any takers? Cheers Hans
  10. GammelNok

    Moving Emails from one folder to another through code

    Hi I have successfully linked my Access application to a specific Email folder in Outlook. Now I need to move the email to a diffrent folder once the content has been processed. Any idea anyone Regards Hans
  11. GammelNok

    Printing Tabbed forms in Landscape

    I have a tabbed form, that clients want to be able to send to the printer, tab by tab. So far no problem. The problem is that I can not control how Access prints the form Any ideas wellcome Thanks Hans
  12. GammelNok

    Get MSAccess to Check for New Emails in Outlook

    I have a need for automatically check for emails in outlook, then import Subject and Body text into Access Does anyone have a good solution Thanks Hans
  13. GammelNok

    Write Conflict inserting record through ODBC to SQL Server

    I am trying to insert a record in ODBC Linked Table through Code from Access 2000 front end using ADO. No relationships exist and I have full rights on the table. Each time I succeed in creating the record, but on editing the record, I get a write conflict. I have tried uing an append query...
  14. GammelNok

    How to keep mouse wheel from scrolling through records?

    Hi I have the solution to your problem (curtesy of Myron, JSS Software Solutions) Please email me at wrangh.railtrack@ems.rail.co.uk and i will send you the required code and the dll to go with it Regards Hans
  15. GammelNok

    Set rs = without using db.OpenRecordset

    Hi Chrissie1 Because we are not sure, we will be allowed to keep our SQL Server and are trying to make our code capable of returning to the Access environment if necessary, without a code rewrite. Cheers Hans

Part and Inventory Search

Back
Top