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

  1. Goedland

    MonthName function in Access 2k not working

    Don't know if anyone cares about this but I found MS KB article 225956 that addresses this issue. Based upon that I created the following function and it seems to have taken care of the problem. Function MName(MonthN) MName = MonthName(MonthN) End Function Just add it to a module and...
  2. Goedland

    What to do after .moveprevious

    Here is a link to what started this whole thing. Take a look at it. thread705-577275 part where it says " 'code for obtaining value" is what this thread is all about. At least that's my assumption based upon ViperD's original question.
  3. Goedland

    What to do after .moveprevious

    My form (Me) already has an open recordset. RecordSetClone is making a working copy of the already open recordset so it can be used for navigation.
  4. Goedland

    What to do after .moveprevious

    It's supposed to be a method to open another instance of whatever your current recordset is while using a form. You can use it to creat a "clone" of whatever you're looking at. If you used a select statement or table reference as your data source for a form it should give you the...
  5. Goedland

    What to do after .moveprevious

    I can't speak for ViperD but what I'm doing is entering a new record and on entry to a specific field I want to look at a different field in the previous record. I am trying to pull an amount from a specific field ("Current Amount")in the previous record and populate the field...
  6. Goedland

    What to do after .moveprevious

    Viper, I am experiencing a similar issue and I have been monitoring this thread. It appears that you had received your code from an earlier posting that you had put up in regards to this. In the earlier post there was a line that refered to "put code to obtain value here" or...

Part and Inventory Search

Back
Top