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 bkrike 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 mkrinke

  1. mkrinke

    how to copy access values across different fields

    Not my table, I just have to deal with adding data to it.
  2. mkrinke

    how to copy access values across different fields

    I have a table with 3 fields, fld1, fld2 and fld3. If any of the fields has a value, I want to copy that value into all 3 fields. Even if 2 or more fields has a different value, I want to take any one of the values and populate all 3. Any suggestions on a good way to do this?
  3. mkrinke

    Dequote Function

    When you put it that way it makes perfect sense... I wish I had looked out here earlier - before I spent alot of time trying to get it to work the way I thought it should. It's always the little things that hang me up. Thanks for the help !!!
  4. mkrinke

    Dequote Function

    I think that the compress function is what you're looking for. I have also had problems with the dequote function - I can't get it to work. If I input and try to remove quotes from this stmt: This is a "test" input stmt $20. ; x=dequote(stmt) ; --> the quotes don't go away...
  5. mkrinke

    Number format from Excel

    Also worked. Thanks !
  6. mkrinke

    Number format from Excel

    thank you!!! (this site is damn helpful!) Mark
  7. mkrinke

    Number format from Excel

    I was just working on a macro to multiply by one... but I'm curious about the other option: For each c in selection c.value = c.value*1 next c Where do you put this code to run it everytime the query is refreshed? Thanks, Mark
  8. mkrinke

    Number format from Excel

    I have the same problem, but the field is in a worksheet created by a query. Everytime I refresh the query the fix is gone... Any ideas on fixing in code or some other trick? Thanks, Mark - new at this Excel stuff

Part and Inventory Search

Back
Top