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

    Group Record...

    How would I do I group my records into one record for each month? SELECT Montly_Rpt_Table.REPID, Montly_Rpt_Table.Rep, Montly_Rpt_Table.MonthAbb, Montly_Rpt_Table.LostAmt, Montly_Rpt_Table.WonAmt FROM Montly_Rpt_Table WHERE (((Montly_Rpt_Table.REPID)=2)); REPID REP MonthAbb LostAmt...
  2. tamer64

    Help witn Syntax

    Hello, I'am hoping someone in this forum can help me. I having some trouble with the syntax below. I am using MS Access 2010 and I have a form which generates an email through using Outlook.Application. When I outlook generates the email and I click on the Link the website indicates it cannot...
  3. tamer64

    Ranking Date and Time in Text Format

    Hello, I have an excel file which I have imported into an access table. There is a field Called Time_Lapsed which is in Text format. Is it possible to someway to sort (rank) these from oldest first? The fields look like this: 08 day(s), 2 hour(s), 39 minute(s). 04 day(s), 13 hour(s), 6...
  4. tamer64

    Help with opening a dat file and trim characters if necessary.

    Hello, I need help with writing a script that will open a dat file in my temp directory and then check a specific column's field "USER_ID". if the column USER_ID field is more than 6 characters I would then need the script to trim from the RIGHT of the "USER_ID' column to be within the 6...
  5. tamer64

    Ranking

    I need some help on ranking and hoping someone can assist. I have an EmployeeID field "EmpID" which is a number field and an Hours field which is a Text Field. I would like to create a ranking column to rank the the employee with the highest amount of hours. Is this possible to do in a query...
  6. tamer64

    Macros Disabled

    I am hoping this is the right forum for this question. We will be migrating to windows 7 with Office 2010 from Windows XP Office 2007 in the next few months. We have imaged one of our test machines and have found out that our MS Office products have had some restrictions placed on them through...
  7. tamer64

    Round a number.

    Hello, I need some assistance with rounding up. I have a field in which the data type is a Number and the field size is set to double. I am look for a way round up to the nearest quarter. Example: 1.32 round up 1.75 0.07 round up 0.25 48.54 round up 49.0 1.15 round up 1.25 2.21 round...
  8. tamer64

    Help with a query?

    Can someone explain to me what this mean and how do correct the query? "You tried to execute a query that does not include the specified expression "Barcode Assignment" as part of the aggregate function" SELECT Test2.Barcode_Assignment, Format((Sum([...
  9. tamer64

    Odd occurrence with a report??

    I have an odd thing going on here with one of my Reports. The navigation bar at the bottom of the report where it allows you to navigate through pages is only visible to me only. Whatever computer I logon to it is visible to me only, but if someone else logs onto a computer the page selector...
  10. tamer64

    Create multiple records from a date range

    Here is my dilemma. I have created an attendance DB which works great for single event entries. But I was approached today and was asked what if the employee takes a week off? That would mean 7 seperate entries would need to be made in the DB. Currently, users fill out a form which then...
  11. tamer64

    Need some help with a Query.

    I have a query which is pulls data from one table called "Employee_Info". Table consist of the following: EmpID Date LName The query I have displays the information like this: EmpID Date LName 2134 1/24/2013 John Doe 3443 2/14/2013 James Frank Is it possible to have the...
  12. tamer64

    Help! I need to output first page only.

    Help! I need to export a report in PDF format but the trick is I only need to export the first page only. Here is what I have and it works fine with the exception of the output. It outputs all the pages and I only need the first page. Could page parameters be used somewhere in this string? On...
  13. tamer64

    Convert a numeric field to Text field

    Hello! I have a numeric field [Hours] in a table (52, 51, 50, 49...). I need to convert that to a text field to like this: 52:00:00 AM, 51:00:00 AM and so on Any ideas on how to do this? Thank you in advance for assistance you can provide!
  14. tamer64

    Trapping More Than 1 Error

    Hello! I need to be able to trap two errors on the On Error event of my form. What I have listed is not working. Can someone assist me! If DataErr = 3201 Then MsgBox "Message 1." Response = acDataErrContinue Else If DataErr = 3022 Then MsgBox "Message 2." Response =...
  15. tamer64

    Help with Excel.

    Hopefully I am in the right forum for this problem. I am starting a project in Excel and I need some help. My project involves using a barcode scanner to scan boxes which contain product. For example and I will make this simple. The first barcode would scan as 1000 and the second would scan as...
  16. tamer64

    Insert Users Default Signature

    I am using MS Access 2007. I have a form with a button which creates an instance of outlook. The code works great but would it be possible to modify the code so it would insert the users default mail signature from MS Outlook. Currently users are having to use the insert button in outlook to...
  17. tamer64

    I need assistance with creating a startup script?

    I need a startup script that will disable/enable com port 1 at startup. Can anyone assist in helping me put this together?
  18. tamer64

    Open Device Manager from a standard user account.

    Our company is using Windows XP Professional. I need to be able to make changes to the device manager without having to have the standard user Logoff and me logging on with my admin account to make the changes. Any suggestions on how to accomplish this?
  19. tamer64

    External Table is Not in the Expected Format

    I am having a problem with the following script when I try to transfer an Excel workbook to an Access Table I recieve the following error "External Table is Not in the Expected Format". The script will only works if the excel workbook is open. I am using Access/Excel 2007 version and the...
  20. tamer64

    External Table is Not in the Expected Format

    I am having a problem with the following script when I try to transfer an Excel workbook to an Access Table I recieve the following error "External Table is Not in the Expected Format". The script will only works if the excel workbook is open. I am using Access/Excel 2007 version and the...

Part and Inventory Search

Back
Top