Search results

  1. mhartman

    Cascading Combobox Problem

    Hello: Here is an article on the subject: http://support.microsoft.com/kb/209576/en-us Regards Mark
  2. mhartman

    Unnecessary event procedure code related to forgotten deleted controls

    Hello: Please do the following: 1 Break into your code module and click in the top area of the code that contains the statement "Option Compare Database" or "Option Explicit" 2 Click on the "Declarations combo box and in the drop-down list you will see all the code for every control you...
  3. mhartman

    Where to start?

    Hello: From just a quick look at your spreadsheet, it looks like you want to have a relational database design with a parent table called offices and a child table called Data for instance. I put together a basic design from what I could understand of your spreadsheet. Regards Mark
  4. mhartman

    Import Problem

    Hello: I am glad that suggestion worked because that is what I use. Depending on the complexity of your tables, it might be that your asking too much of Access at that time, or end of file, or line characters, or a corrupt table. Regards Mark
  5. mhartman

    corrupt table

    Hello: Great! Good luck with this. Regards Mark
  6. mhartman

    Where to start?

    Hello and welcome: Thats great, but what can we help you with in this project. Regards Mark
  7. mhartman

    Replacing 'Name' with 'ID' taken from another table

    Hello: Here you go.............. http://www.utteraccess.com/forums/showthreaded.php?Cat=&Number=1459102&page=&view=&sb=5&o=&vc=1 Regards Mark
  8. mhartman

    corrupt table

    Hello: Maybe this may work for you: http://support.microsoft.com/kb/247771/en-us Regards Mark
  9. mhartman

    Import Problem

    Hello Try importing both tables separately. Then use an append query in Access to combine both tables. Make sure both tables have the same amount of columns ad field names. Regards Mark
  10. mhartman

    Excel Question

    Hello: If you had a column in Column A and a Column in B, the formula for Column C would be: =A1&B1 Just copy it down for the rest of the rows Regards Mark
  11. mhartman

    SQL training courses

    http://www.systematix.co.uk/business/sql-training/ http://www.systematix.co.uk/ http://www.ptr.co.uk/microsoft-sql-courses.htm Regards Mark
  12. mhartman

    Excel Question

    Hello: The easiest way would be to do this in a query. Relate both tables by a primary key then base a query on these two tables. Add a third column to concatenate your columms. Then run the query and utilize a MakeTable Query to make a new table. Regards Mark
  13. mhartman

    Sentence first letter convert to capital letter?

    Hello: One way would be to extract the first letter of this string using the LEFT$ function and then capitalize this character and then add it back to the rest of the string. Regards Mark
  14. mhartman

    Function for extracting portion of file path

    Good luck with this! Regards
  15. mhartman

    Validation Rule Blues

    Hello: For your date, use an "Input Mask" that will insure that a user enters a valid date! Regards Mark
  16. mhartman

    Function for extracting portion of file path

    Hello: Search for your string "Member Photos" etc. Then add the slash if you need it. Regards Mark
  17. mhartman

    Function for extracting portion of file path

    Hello; Yes that is correct. Below is the syntax: InStrRev Function Description Returns the position of an occurrence of one string within another, from the end of string. Syntax InstrRev(stringcheck, stringmatch[, start[, compare]]) Regards Mark
  18. mhartman

    Functions List

    Here you go....... Please see the attachment. Regards Mark
  19. mhartman

    Auto Date/Time

    Hello: Here is a link with the syntax information: http://www.mvps.org/access/forms/frm0031.htm Regards Mark
  20. mhartman

    I don't know the technical term for this

    Hello Enclosed is a link to how to do a cascading combo box as Ken was alluding to above. http://www.utterangel.com/utterangel.aspx Regards Mark
Back
Top Bottom