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 Chriss 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: *

  • Users: Spikemannen
  • Content: Threads
  • Order by date
  1. Spikemannen

    Get field value from latest record where...

    Hi... This is my code so far: SELECT SUM(tblArrend.EstTime) AS SumForPeriod WHERE tblArrend.CompanyID = tblInvoice.CompanyID AND tblArrend.Finished<tblInvoice.Until My table tblInvoice looks like this: InvoiceID InvoiceDate CompanyId BillTime Until In this form I choose a InvoiceDate and...
  2. Spikemannen

    Showing Time

    Hi! I have five tables: tblCompany CompanyID CompanyName tblSubject SubjectID Subject tblHandler HandlerId Handler tblArrend ArrendID Company Arrived Subject Arrend Handler Prio Description Status Finished Time tblInvoice InvoiceID Company InvoiceDate Until Time For the function I'm after...
  3. Spikemannen

    Calculating time

    Hi! I have five tables: tblCompany CompanyID CompanyName tblSubject SubjectID Subject tblHandler HandlerId Handler tblArrend ArrendID Company Arrived Subject Arrend Handler Prio Description Status Finished Time tblInvoice InvoiceID Company InvoiceDate Until Time For the function I'm after...
  4. Spikemannen

    Show duplicates

    Hi all... Have this table with about 16.000 posts, with the fields: Hsbftg Old Levnr Lev Faktnr Pg Period Cost There are duplicates in this, now I want to view which posts that are duplicates. And the only thing that tells me who are duplicates is to compare the fields Hsbftg and Cost. How to...
  5. Spikemannen

    Calculating time

    Hi. I have three tables. tblCompany CompanyID (count) CompanyName (txt) tblInvoice ID (count) CompanyID (related to tblCompany) InvoiceDate (date) InvoiceNo (txt) TimeFrom (date) Time (number) tblSupport ArrendID (count) CompanyID (related to tblCompany) Arrive (date) Area (txt) Description...
  6. Spikemannen

    Calculating time

    Hi. I have three tables. tblCompany CompanyID (count) CompanyName (txt) tblInvoice ID (count) CompanyID (related to tblCompany) InvoiceDate (date) InvoiceNo (txt) TimeFrom (date) Time (number) tblSupport ArrendID (count) CompanyID (related to tblCompany) Arrive (date) Area (txt) Description...
  7. Spikemannen

    Weird problem in dlookup

    Hi! I have tried this code in both access 2000 and access xp. In access 2000 this works, but not in access xp?! How should I do this to get it to work in access xp? Problem: I have a form where I name an object and choose between which two dates it is avaible in the form frmObject. In my...
  8. Spikemannen

    Calculation

    Hi everybody! I have a table: ID (calc) Cost per day (currency) From (date) To (date) Number of people (numbers) And I want to calculate like this: Cost per day X Number of people X amount of days between...
  9. Spikemannen

    Booking

    Hi! I'm going nuts over here. I have a table with Objects. tblObjects ObjectID (calc) Object_name (text) Avaible_from (date) Avaible_to (date) etc... And I have a table for booking. tblBooking BookingID (calc) Name (text) Phone (text) Object (relation...
  10. Spikemannen

    Add files

    Is there an easy way to place a button in my form that will add specific files to a single post? Best Regardz, Spikemannen
  11. Spikemannen

    How many per month qry

    Hallo, I have a tbl like this: arrend date amount of time And I would like my query to show how many arrends I have per month. How should I do this? Best Regardz, Spikemannen
  12. Spikemannen

    Send a mail to everyone but one...

    When I want to send an email with MS Outlook 2000 and choose to send to a group, can I then choose one member in this group who won't get the mail?
  13. Spikemannen

    How to add text in a textbox

    I have a form with a textbox that I write comments in. When I press the button "New Comment" I want todays date to be written in the textbox on the row under the last sentence. Is that possible? Probably, but how will I do that?
  14. Spikemannen

    Access programming

    Can I have a button that puts todays date in a text box after the text that is already there?

Part and Inventory Search

Back
Top