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 TouchToneTommy 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 joethehoe

  1. joethehoe

    Make Table Query w/ User defined table name

    Thanks for the responce on this:) What about a macro?? 1. open and run make table query. 2. rename to ???cd date()?? doesnt allow me to build in the new name field???
  2. joethehoe

    Make Table Query w/ User defined table name

    Hi dhookom, Then how about just the current date??
  3. joethehoe

    SQL make table query w/ user defined table name

    Question for the SQL GODS?? What's the proper(syntax)for a make table query in access where the data base asks the user to input name of the new table?? something like: SELECT [IS USED FOR MAKE TABLE QUERY].*, * INTO [???enter table name???] FROM [IS USED FOR MAKE TABLE QUERY]; Thanks Jason.G
  4. joethehoe

    Make Table Query w/ User defined table name

    Question for the Access GODS?? What's the proper(syntax)for a make table query where the data base asks the user to input name of the new table?? SELECT [IS USED FOR MAKE TABLE QUERY].*, * INTO [???enter table name???] FROM [IS USED FOR MAKE TABLE QUERY]; Thanks Jason.G
  5. joethehoe

    How to Convert Time into Number

    Does anybody know how to convert: TimeValue ({mo_agent_unit.tdTime}) to a number?? I seen a number of differnt ways to convert numbers to time but not back to a number. something like 5:00:00am and 5:30:00am to 05 and 05.5 Help, Help!!
  6. joethehoe

    How to Convert Time into Number

    Does anybody know how to convert: TimeValue ({mo_agent_unit.tdTime}) to a number?? I seen a number of differnt ways to convert numbers to time but not back to a number. something like 5:00:00am and 5:30:00am to 05 and 05.5 Help, Help!!
  7. joethehoe

    Changing smalldatetime to day of weekdaynumber T-SQL??

    Hello ALL :) I'm new to SQL and I'm trying change the results of my query to a week day number instead of a smalldate: (IE SUNDAY would 1. and monday 2) I know its a datefirst function but I'm unable to get the correct syntax ?? DECLARE @begin smalldatetime, @end smalldatetime SET @begin =...
  8. joethehoe

    Trying to color format a group formula? please help.

    FYI: Ive also tried this but no luch either. if ({@GF2:Abandon%Connects}) in {General Information.Job Run Date}= "2003/01/05" to "2003/02/01") > ({@GF2:Abandon%Connects}) in {General Information.Job Run Date} "2003/01/05" to "2003/02/01") then crred
  9. joethehoe

    Trying to color format a group formula? please help.

    Trying to color code the group footer2 formula so if{General Information.Job Run Date}january is lower or high february the font will change color. If ({@GF2:Abandon%Connects},{General Information.Job Run Date}"January") > ({@GF2:Abandon%Connects},{General Information.Job Run...
  10. joethehoe

    Need help with Evaluation/Comparison using font color

    Hello All I have report with 4 groups that I'm trying to color code with specific information and I've hit a road block as how to over come it. What I want to do is this. If a number in one group is higher or lower than another group then CRRED. Below is one formula: GF2:Abandon%Connects if...
  11. joethehoe

    Running Total of Group fields. ??????

    Not a problem, ive been trying to figure this out for weeks. I will try this tommarow and thanks for being so helpfull.
  12. joethehoe

    Running Total of Group fields. ??????

    Exactly, GF2: is by date ascending.
  13. joethehoe

    Running Total of Group fields. ??????

    average(Table.Dials,Table.Datefield) average ({Combined Call Statistics.Calls Placed}, {General Information.Job Run Date}) Thanks but it is still doing average of details sections. I was hoping for average the (gf2: dials) day dials GF2: friday 94047 GF2: Saturday 53164 GF2...

Part and Inventory Search

Back
Top