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...
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.