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 Chris Miller 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: *

  1. liriom

    Format a field to Currency in Report

    I don't get the currency option in tformat property
  2. liriom

    Format a field to Currency in Report

    I don't get the currncy option in tformat property
  3. liriom

    Script

    You are making this out to be more complicated than it is. I know what you are saying, basically, I'm just being lazy and don't want to install a particular script into a 100 computers, because of the level of permissions that we got set in the computers, it would take me a long time to do...
  4. liriom

    Script

    . Where will the script be located, the source for the copy operation? On a network share? the logon script folder - C:\WINDOWS\SYSTEM32\GroupPolicy\User\Scripts\Logon . Is this a Workgroup or Domain? What does it matter? is a...
  5. liriom

    deleted something help

    try running the program in win98/95 compatibility mode
  6. liriom

    What is creating these files.

    what antivirus program do you have? is someone playing a joke on you? check your startup items.
  7. liriom

    Script

    I want to write a script that will copy a file to the logon script folder and write the logon script policy so that the script will run
  8. liriom

    Script

    Is it possible to write a script that will create a logon script policy?
  9. liriom

    One OS on each HD, no multiboot at startup! Help!!

    On the systems properties, go to the advanced tab, click startup and recovery settings and make sure both OS are listed. If not, you might have to edit the start up.
  10. liriom

    Database Sum

    I have to sum every year, a year is 12 months from the initial month. SO, if you signup on feb, then your year goes from feb.2003 to jan2004. and there is a total needed for every year.
  11. liriom

    Database Sum

    Thank you all for your comments, the Switch worked like a charm! [2thumbsup] Long Long switch, but it works.[bigcheeks]
  12. liriom

    Database Sum

    I know, is pretty frustating to not format this database to something better, but i'm stuck with it. [3eyes] Thanks for the switch command, I think this is what i was looking for, will implement and see what happens. To answer your question, it goes Jan-Dec, I used Jan-Mar as an example, I...
  13. liriom

    Database Sum

    Let me modified the question, I need to know how to code in access (module, macro, whatever) so i can access the table. so my real question is how do i access the tables and write the respond based on a loop that goes through all the records based on the month of first sign on and totals. If...
  14. liriom

    Database Sum

    Every year it renews so: Jan 2003: 0 Feb 2003: 50 Mar 2003: 0 Jan 2004: 0 Feb 2004: 20 Mar 2004: 50 Jan 2005: 10 Feb 2005: 10 Mar 2005: 20 Init$: 100 InitialMonth: Feb Total2003 = 100 - 50 Total2004 = 100 - 60 Total 2005 = 100 - 50 Plus every consultant renews...
  15. liriom

    Database Sum

    no, i cannot change the database, and the fields are not going to change.
  16. liriom

    Database Sum

    ok but how is this going to help me code the problem at hand
  17. liriom

    Database Sum

    I have an MS Access Database. It has two tables. Sample Tables: tbl_Consulting_$sUsed Fields: Consultant Name: xyz consultant Jan 2003: 0 Feb 2003: 50 Mar 2003: 0 Jan 2004: 0 Feb 2004: 20 Mar 2004: 50 Jan 2005: 0 Feb 2005: 10 Mar 2005: 20...

Part and Inventory Search

Back
Top