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!

Search results for query: *

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

    A checkox is not doing what I intended...

    I have a form that prints a report based on a ship's sailed date. Some ships have no sailed date, and I would like to print those separately. To achieve this I have put in a checkbox, that when is checked only those ships with sailed date = null will print: The checkbox is called "SD", and the...
  2. rmork

    Order number "from" - "To" in form not working when combined

    This is tricky.. I have a Form that produces a report. The first control is a combobox vith a list of names. I have also made it possible to choose "all" in the list. The second control is for getting orders with date "from and "To". The third is complicating things for me. I would like a...
  3. rmork

    Why is this not working???

    I have been all over this forum trying to figure out how to add "all" to my dropdown list. I have tried everything, but I`m stuck. My version of access is 2003, and its in Norwegian if it matters. (I know there is something with ; insted of ,) The error message I get form the RowScource...
  4. rmork

    copy content from one bound control to another

    Hi. I have a form with a subform. I would like the default value of a bound control in subform to be copied from the bound control in the mainform. The two forms uses different tables. I also need to be able to change the value in the subform if I need to. Usually the two values are the same...
  5. rmork

    Finnishing times and grades in excel

    Hi... I would like excel to figure out the grade for students on a given finnishing time on a track race... Example: the finnishing time < 00:05:20 would give the grade 6 the finnishing time < 00:06:20 would give the grade 5 the finnishing time < 00:07:20 would give the grade 4 I now have...
  6. rmork

    Adding a row to a table using only one field from another table

    I'm trying to add rows to an already existing table using only one or two fields from another table. If the value that I'm importing is allready in the table, I want it to skip this field. I want all the other fields in the new row to be empty. Can this be done with a query? Primary key is...
  7. rmork

    Adding records to an existing table using another table with different

    I have two tables: Table one: invoiceID | projectID | invoiceNumber | InvSum | paidDate | etc... Table two: Projectid | inv.numb.1 | inv.sum1 | paidDate1 | inv.numb.2 | inv.sum2 | PaidDate2 | inv.numb.3 | inv.sum3 | paidDate3 etc... I would like to update table one with the records in table...
  8. rmork

    Conditional formatting using code (VBA?)

    I'm trying to help a friend with his database containing ships, persons, projects, dockyards a.s.f.. He wants to format all the ship names in i subform that has active projects (the boat is in dock) formatted in red and bold Is it possible to make tekst in a continues sub form red and bold if...
  9. rmork

    Conditonal formatting using code

    I'm trying to help a friend with his database containing ships, persons, projects, dockyards a.s.f.. He wants to format all the ship names in i subform that has active projects (the boat is in dock) formatted in red and bold Is it possible to make tekst in a continues sub form red and bold if...

Part and Inventory Search

Back
Top