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 Shaun E 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: Gootz11
  • Content: Threads
  • Order by date
  1. Gootz11

    Another Workday Add Question

    thread701-1136806 Hello, I been trying to follow the steps in thread thread701-1136806 to add my fields [P/U day] + [Transit days] while taking into account weekends. I'm however getting a zero as my value. not sure what im doing wrong but here's my Query SELECT [Estimated Delivery...
  2. Gootz11

    Date Stamp in Excell

    Hello, I need one of my cells to put a date stamp on that row every time a value is entered. Example every time a value is entered in cell D14, Cell AF14 will automatically put today’s date and keep that date forever. I tried the following formula =IF (D14,TODAy(),"") but every time I open my...
  3. Gootz11

    Barcodes

    is there any way i can create a barcode from fields in a datase?
  4. Gootz11

    Time Difference Excel

    How can i calculate the difference between time in excel? Exm Start Time End Time # of Seconds # of Minutes 9:00 18:18 558 9:18 I want the formula to tell me the # of seconds and number of minutes. Thanks JG
  5. Gootz11

    Running Queries From another Database

    How do I run queries from another database? or maybe there is a better way to do this. here's what i am trying to do. I have one database that uses data from 18 databases, I need to run a querie which updates the data in each of this 18 databases. I would like to create a command that would...
  6. Gootz11

    IIF HELP

    Hello, I have the following IIF statement but i keep getting an #error. any ideas what i am doing wrong? Thanks JG REC: IIf([adj]>=[trigger],&quot;YES&quot;,IIf([adj]<[trigger],&quot;NO&quot;)) I even tried this and still keep getting an error. REC2...
  7. Gootz11

    Random Select Help

    Hello, I currently have a query that randomly selects 100 records from a table. My SQL statement looks like this: SELECT TOP 100 * FROM [X1A Pick Slots] ORDER BY Rnd(asc([slot])); I'm trying to change my statement so that i can enter the number of records i want to select every time i run...
  8. Gootz11

    Delete Query

    I have a query that randomly selects 87 records from a table, is there a way that every time i run this query those 87 records are deleted from the original table so they can't be selected again??? Please Help!!! Thanks

Part and Inventory Search

Back
Top